]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/010git.zsh
eed04e4acfa7dfd2d1813489cffcdb25d20a6b3e
[dotfiles.git] / zsh / .zsh / rc / 010git.zsh
1 alias Ga="git add"
2 alias Gb="git branch"
3 alias Gc="git checkout"
4 alias Gd="git diff"
5 alias Gdc="git diff --cached"
6 alias Gs="git show --show-signature"
7 alias Gl="git log --oneline --graph --decorate=short"
8 alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'"
9 alias Gp="git log --patch"
10 bindkey -s "\eOR" " git status --short\n" # F3