Skip to content

Commit 712b511

Browse files
committed
alternative method to move file
1 parent d6fe8f4 commit 712b511

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ You can also rename a file using above command but without git. Github would int
5555
5656
To move a file into a different directory use
5757
> git mv <file-name\> <folder-name\>
58+
59+
You can also use the command below to move a file
60+
> mv <file-name\> ..

0 commit comments

Comments
 (0)