mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
git-mv: update page and add Dutch translation (#17846)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# git mv
|
||||
|
||||
> Verplaats of hernoem bestanden en update de Git-index.
|
||||
> Meer informatie: <https://git-scm.com/docs/git-mv>.
|
||||
|
||||
- Verplaats een bestand binnen de repository en voeg de verplaatsing toe aan de volgende commit:
|
||||
|
||||
`git mv {{pad/naar/bestand}} {{pad/naar/bestemming}}`
|
||||
|
||||
- Hernoem een bestand of map en voeg de hernoeming toe aan de volgende commit:
|
||||
|
||||
`git mv {{pad/naar/bestand_of_map}} {{pad/naar/bestemming}}`
|
||||
|
||||
- Overschrijf het bestand of de map op het doelpad als het bestaat:
|
||||
|
||||
`git mv {{[-f|--force]}} {{pad/naar/bestand_of_map}} {{pad/naar/bestemming}}`
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- Move a file inside the repo and add the movement to the next commit:
|
||||
|
||||
`git mv {{path/to/file}} {{new/path/to/file}}`
|
||||
`git mv {{path/to/file}} {{path/to/destination}}`
|
||||
|
||||
- Rename a file or directory and add the renaming to the next commit:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user