diff --git a/pages/common/gitui.md b/pages/common/gitui.md new file mode 100644 index 000000000..f45da5f52 --- /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`