mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 17:15:32 +02:00
git-add: update Dutch translation (#13564)
* git-add: update Dutch translation * git-add: flip long-short to short-long
This commit is contained in:
parent
20f5d1f8be
commit
5a7ae83afb
1 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Voeg alle bestanden toe (bijgehouden en niet bijgehouden):
|
||||
|
||||
`git add -A`
|
||||
`git add {{-A|--all}}`
|
||||
|
||||
- Voeg alle bestanden toe in de huidige map:
|
||||
|
||||
|
@ -17,20 +17,20 @@
|
|||
|
||||
- Voeg alleen al bijgehouden bestanden toe:
|
||||
|
||||
`git add -u`
|
||||
`git add {{-u|--update}}`
|
||||
|
||||
- Voeg ook genegeerde bestanden toe:
|
||||
|
||||
`git add -f`
|
||||
`git add {{-f|--force}}`
|
||||
|
||||
- Interactief delen van bestanden toevoegen:
|
||||
|
||||
`git add -p`
|
||||
`git add {{-p|--patch}}`
|
||||
|
||||
- Interactief delen van een opgegeven bestand toevoegen:
|
||||
|
||||
`git add -p {{pad/naar/bestand}}`
|
||||
`git add {{-p|--patch}} {{pad/naar/bestand}}`
|
||||
|
||||
- Interactief een bestand toevoegen:
|
||||
|
||||
`git add -i`
|
||||
`git add {{-i|--interactive}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue