git: add Dutch translation (#4611)
This commit is contained in:
28
pages.nl/common/git.md
Normal file
28
pages.nl/common/git.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# git
|
||||||
|
|
||||||
|
> Gedistribueerd versiebeheersysteem.
|
||||||
|
> 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}}`
|
||||||
|
|
||||||
|
- Voer een Git-subcommando uit op een aangepast repository-rootpad:
|
||||||
|
|
||||||
|
`git -C {{pad/naar/repo}} {{subcommando}}`
|
||||||
|
|
||||||
|
- Voer een Git-subcommando met een gegeven configuratieset:
|
||||||
|
|
||||||
|
`git -c '{{config.sleutel}}={{waarde}}' {{subcommando}}`
|
Reference in New Issue
Block a user