From 2677284c3dfe1c194fbf982042219808c578b49b Mon Sep 17 00:00:00 2001 From: Joseph Sebastian Date: Sun, 15 Oct 2023 22:08:32 +0200 Subject: [PATCH] gitui: add page (#10978) * gitui: add page * Update pages/common/gitui.md Co-authored-by: Juri Dispan * Update pages/common/gitui.md Co-authored-by: Juri Dispan * Update pages/common/gitui.md - moved help and version to the bottom Co-authored-by: K.B.Dharun Krishna * Update pages/common/gitui.md Co-authored-by: K.B.Dharun Krishna --------- Co-authored-by: Juri Dispan Co-authored-by: K.B.Dharun Krishna --- pages/common/gitui.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/gitui.md diff --git a/pages/common/gitui.md b/pages/common/gitui.md new file mode 100644 index 0000000000..f45da5f520 --- /dev/null +++ b/pages/common/gitui.md @@ -0,0 +1,36 @@ +# gitui + +> Terminal UI for Git. +> More information: . + +- Set the color theme (defaults to `theme.ron`): + +`gitui --theme {{theme}}` + +- Store logging output into a cache directory: + +`gitui --logging` + +- Use notify-based file system watcher instead of tick-based update: + +`gitui --watcher` + +- Generate a bug report: + +`gitui --bugreport` + +- Set the Git directory: + +`gitui --directory {{path/to/directory}}` + +- Set the working directory: + +`gitui --workdir {{path/to/directory}}` + +- Display help: + +`gitui --help` + +- Display version: + +`gitui --version`