From 89330442ddefe88ca0834296afc8189b07a0fc00 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck Date: Thu, 14 Dec 2023 17:41:53 +0100 Subject: [PATCH] git-cola: add Dutch translation --- 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 0000000000..addcd6666c --- /dev/null +++ b/pages.nl/common/git-cola.md @@ -0,0 +1,24 @@ +# git cola + +> Een krachtige Git GUI met een with a gladde en intuitieve 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}}`