mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-cola: add Dutch translation (#11741)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
parent
6c8037db23
commit
d843e771fb
1 changed files with 24 additions and 0 deletions
24
pages.nl/common/git-cola.md
Normal file
24
pages.nl/common/git-cola.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# git cola
|
||||||
|
|
||||||
|
> Een krachtige Git GUI met een gelikte en intuïtieve gebruikersinterface.
|
||||||
|
> Meer informatie: <https://git-cola.readthedocs.io>.
|
||||||
|
|
||||||
|
- Start git cola:
|
||||||
|
|
||||||
|
`git cola`
|
||||||
|
|
||||||
|
- Start git cola in amend mode:
|
||||||
|
|
||||||
|
`git cola --amend`
|
||||||
|
|
||||||
|
- Vraag voor een Git repository. (Standaard de huidige map):
|
||||||
|
|
||||||
|
`git cola --prompt`
|
||||||
|
|
||||||
|
- Open de Git repository op de genoemde plek:
|
||||||
|
|
||||||
|
`git cola --repo {{pad/naar/git-repository}}`
|
||||||
|
|
||||||
|
- Voer het pad filter uit voor de status widget:
|
||||||
|
|
||||||
|
`git cola --status-filter {{filter}}`
|
Loading…
Add table
Reference in a new issue