1
0
Fork 0
git-shortmaps/shortmaps

26 lines
592 B
Plaintext

a _git_add :add
A _git_add :add -A
b _git_bisect :bisect
bs _git_bisect :bisect start
bg _git_bisect :bisect good
bb _git_bisect :bisect bad
br _git_bisect :bisect reset
c _git_commit :commit
C _git_commit :commit -am
co _git_checkout :checkout
d _git_diff :diff
f _git_fetch :fetch
m _git_merge :merge
p _git_push :push
P _git_pull :pull
R __git_rebase :rebase
Ri _git_rebase :rebase --interactive
Ra _git_rebase :rebase --abort
Rc _git_rebase :rebase --continue
s : :status
S _git_stash :stash
t : tig
T _git_tag :tag
- : :checkout -
-- : |cd "$( git rev-parse --git-dir 2>/dev/null )/../"