git-cola: add Dutch translation
This commit is contained in:
parent
9d865abee1
commit
89330442dd
|
|
@ -0,0 +1,24 @@
|
|||
# git cola
|
||||
|
||||
> Een krachtige Git GUI met een with a gladde en intuitieve 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…
Reference in New Issue