mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 08:02:13 +00:00
Update cheatsheets
This commit is contained in:
9
tldr/tig
9
tldr/tig
@@ -5,8 +5,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# tig
|
||||
|
||||
> A text-mode interface for Git.
|
||||
> More information: <https://github.com/jonas/tig>.
|
||||
> A configurable `ncurses`-based TUI for Git.
|
||||
> See also: `gitui`, `git-gui`.
|
||||
> More information: <https://jonas.github.io/tig/doc/manual.html>.
|
||||
|
||||
- Show the sequence of commits starting from the current one in reverse chronological order:
|
||||
|
||||
@@ -31,3 +32,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Start in stash view, displaying all saved stashes:
|
||||
|
||||
`tig stash`
|
||||
|
||||
- Display help in TUI:
|
||||
|
||||
`h`
|
||||
|
||||
Reference in New Issue
Block a user