1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

git-add: update Dutch translation (#13124)

This commit is contained in:
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

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`