1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 17:55:26 +02:00
tldr/pages.nl/common/git-cola.md
2025-05-29 15:36:58 +02:00

24 lines
510 B
Markdown

# 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 {{[-r|--repo]}} {{pad/naar/git-repository}}`
- Voer het pad filter uit voor de status widget:
`git cola {{[-s|--status-filter]}} {{filter}}`