git-reflog: add Dutch translation (#17848)

This commit is contained in:
Dylan
2025-08-28 14:18:53 +02:00
committed by GitHub
parent 289b04dc6d
commit a8768ee92e
+16
View File
@@ -0,0 +1,16 @@
# git reflog
> Toon een log met veranderingen in lokale referenties zoals HEAD, branches en tags.
> Meer informatie: <https://git-scm.com/docs/git-reflog>.
- Toon de reflog voor HEAD:
`git reflog`
- Toon de reflog voor een bepaalde branch:
`git reflog {{branch_naam}}`
- Toon alleen de laatste 5 vermeldingen in de reflog:
`git reflog {{[-n|--max-count]}} 5`