Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -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}}`