pages.nl/*: update outdated pages (#12170)

This commit is contained in:
Sebastiaan Speck
2024-02-01 14:17:31 +01:00
committed by GitHub
parent c1b714c55c
commit 11ec5e239c
22 changed files with 73 additions and 73 deletions

View File

@@ -4,18 +4,6 @@
> Sommige subcommando's zoals `commit`, `add`, `branch`, `checkout`, `push`, etc. hebben hun eigen documentatie.
> Meer informatie: <https://git-scm.com/>.
- Controleer de Git versie:
`git --version`
- Toon algemene hulp:
`git --help`
- Toon hulp bij een Git-subcommando (zoals `commit`, `log`, enz.):
`git help {{subcommando}}`
- Voer een Git-subcommando uit:
`git {{subcommando}}`
@@ -27,3 +15,15 @@
- Voer een Git-subcommando met een gegeven configuratieset:
`git -c '{{config.sleutel}}={{waarde}}' {{subcommando}}`
- Toon de algemene help:
`git --help`
- Toon de help van een specifiek subcommando (zoals `commit`, `log`, enz.):
`git help {{subcommando}}`
- Toon de versie:
`git --version`