mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 13:47:44 +00:00
Update cheatsheets
This commit is contained in:
41
gitui
Normal file
41
gitui
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user