1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 19:42:08 +02:00
tldr/pages/common/gitui.md
Vitor Henrique d79a1667e3
pages*: refine wording (#12132)
* pages*: refine wording

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-02-09 19:25:36 +05:30

36 lines
601 B
Markdown

# gitui
> Terminal UI for Git.
> More information: <https://github.com/extrawurst/gitui>.
- Specify 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`
- Use a specific Git directory:
`gitui --directory {{path/to/directory}}`
- Use a specific working directory:
`gitui --workdir {{path/to/directory}}`
- Display help:
`gitui --help`
- Display version:
`gitui --version`