Formatted all pages according to guidelines.
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
> Move or rename files and update the git index.
|
||||
|
||||
- Move file inside the repo and add the movement to the next commit
|
||||
- Move file inside the repo and add the movement to the next commit:
|
||||
|
||||
`git mv {{path/to/file}} {{new/path/to/file}}`
|
||||
|
||||
- Rename file and add renaming to the next commit
|
||||
- Rename file and add renaming to the next commit:
|
||||
|
||||
`git mv {{filename}} {{new_filename}}`
|
||||
|
||||
- Overwrite the file in the target path if it exists
|
||||
- Overwrite the file in the target path if it exists:
|
||||
|
||||
`git mv --force {{file}} {{target}}`
|
||||
|
Reference in New Issue
Block a user