1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

gitui, tig: improve page descriptions and add "See also"; tig: add example (#12578)

This commit is contained in:
Vítor Henrique 2024-04-03 01:56:24 -03:00 committed by GitHub
parent 3d592cefe7
commit bddbae8e96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,7 @@
# gitui # gitui
> Terminal UI for 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/extrawurst/gitui>.
- Specify the color theme (defaults to `theme.ron`): - Specify the color theme (defaults to `theme.ron`):

View file

@ -1,7 +1,8 @@
# tig # tig
> A text-mode interface for Git. > A configurable `ncurses`-based TUI for Git.
> More information: <https://github.com/jonas/tig>. > 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: - Show the sequence of commits starting from the current one in reverse chronological order:
@ -26,3 +27,7 @@
- Start in stash view, displaying all saved stashes: - Start in stash view, displaying all saved stashes:
`tig stash` `tig stash`
- Display help in TUI:
`h`