Skip to content

Commit ac9490c

Browse files
committed
added step to delete a file
1 parent 785cada commit ac9490c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ To move a file into a different directory use
6060
> git mv <file-name\> <folder-name\>
6161
6262
You can also use the command below to move a file
63-
> mv <file-name\> ..
63+
> mv <file-name\> ..
64+
65+
To remove a file use
66+
> git rm <file-name\>

0 commit comments

Comments
 (0)