mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 11:49:28 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/gitui
30
tldr/gitui
@@ -7,15 +7,23 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> A lightweight keyboard-only TUI for Git.
|
||||
> See also: `tig`, `git-gui`.
|
||||
> More information: <https://github.com/extrawurst/gitui>.
|
||||
> More information: <https://github.com/gitui-org/gitui>.
|
||||
|
||||
- Specify the color theme (defaults to `theme.ron`):
|
||||
- Start `gitui` for the repository in the current directory:
|
||||
|
||||
`gitui --theme {{theme}}`
|
||||
`gitui`
|
||||
|
||||
- Store logging output into a cache directory:
|
||||
- Specify the filename of the color theme loaded from the config directory (defaults to `theme.ron`):
|
||||
|
||||
`gitui --logging`
|
||||
`gitui {{[-t|--theme]}} {{theme2.ron}}`
|
||||
|
||||
- Store logging output into a specific file:
|
||||
|
||||
`gitui --logfile {{path/to/file}}`
|
||||
|
||||
- Inspect a specific file inside the repository in the current directory:
|
||||
|
||||
`gitui {{[-f|--file]}} {{path/to/file}}`
|
||||
|
||||
- Use notify-based file system watcher instead of tick-based update:
|
||||
|
||||
@@ -27,16 +35,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Use a specific Git directory:
|
||||
|
||||
`gitui --directory {{path/to/directory}}`
|
||||
`gitui {{[-d|--directory]}} {{path/to/directory}}`
|
||||
|
||||
- Use a specific working directory:
|
||||
|
||||
`gitui --workdir {{path/to/directory}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`gitui --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`gitui --version`
|
||||
`gitui {{[-w|--workdir]}} {{path/to/directory}}`
|
||||
|
||||
Reference in New Issue
Block a user