]> arthur.barton.de Git - ax-zsh.git/blob - plugins/git/README.md
ssh-pagent: Slightly enhance README.md
[ax-zsh.git] / plugins / git / README.md
1 ## git
2
3 Enable ZSH *Git* integration:
4
5 1. Enhance shell prompt inside *Git* trees.
6 2. Define some aliases.
7
8 ### Command Aliases
9
10 - `ga`: `git add`
11 - `gc`: `git commit`
12 - `gd`: `git diff`
13 - `gdc`: `git diff --cached`
14 - `gst`: `git status --short --branch --untracked`