aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/tig/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/tig/README.md')
-rw-r--r--.oh-my-zsh/plugins/tig/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/.oh-my-zsh/plugins/tig/README.md b/.oh-my-zsh/plugins/tig/README.md
new file mode 100644
index 0000000..bb24cd1
--- /dev/null
+++ b/.oh-my-zsh/plugins/tig/README.md
@@ -0,0 +1,16 @@
+# `tig` plugin
+
+This plugin adds some aliases for people who work with `tig` in
+a regular basis. To use it, add `tig` to your plugins array:
+
+```zsh
+plugins=(... tig)
+```
+
+## Features
+
+| Alias | Command | Description |
+|-------|----------------|-------------------------------------------------|
+| `tis` | `tig status` | Show git status |
+| `til` | `tig log` | Show git log |
+| `tib` | `tig blame -C` | `git-blame` a file detecting copies and renames |