mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
git-reflog: add Dutch translation (#17848)
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user