]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/tig/README.md
3323fd098763ab2232c292338bf593ab0d226234
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / tig / README.md
1 # `tig` plugin
2
3 This plugin adds some aliases for people who work with [`tig`](https://jonas.github.io/tig/) (text-mode interface for Git) in
4 a regular basis. To use it, add `tig` to your plugins array:
5
6 ```zsh
7 plugins=(... tig)
8 ```
9
10 ## Features
11
12 | Alias | Command        | Description                                     |
13 |-------|----------------|-------------------------------------------------|
14 | `tis` | `tig status`   | Show git status                                 |
15 | `til` | `tig log`      | Show git log                                    |
16 | `tib` | `tig blame -C` | `git-blame` a file detecting copies and renames |