git-add: update Dutch translation (#13124)

pull/28/head
Sebastiaan Speck 2024-06-24 14:59:44 +02:00 committed by GitHub
parent ff654213bb
commit 5579f8d082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
`git add -A`
- Voeg alle bestanden toe in de huidige map:
`git add .`
- Voeg alleen al bijgehouden bestanden toe:
`git add -u`