git-add: update Dutch translation (#13564)

* git-add: update Dutch translation

* git-add: flip long-short to short-long
pull/28/head
Sebastiaan Speck 2024-09-03 16:09:14 +02:00 committed by GitHub
parent 20f5d1f8be
commit 5a7ae83afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

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