From d843e771fb9fe13bcc986125949c8d1cd539a39f Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:27:54 +0100 Subject: [PATCH] git-cola: add Dutch translation (#11741) Co-authored-by: Leon --- pages.nl/common/git-cola.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.nl/common/git-cola.md diff --git a/pages.nl/common/git-cola.md b/pages.nl/common/git-cola.md new file mode 100644 index 000000000..8850b2a77 --- /dev/null +++ b/pages.nl/common/git-cola.md @@ -0,0 +1,24 @@ +# git cola + +> Een krachtige Git GUI met een gelikte en intuïtieve gebruikersinterface. +> Meer informatie: . + +- 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}}`