1
0
Fork 0
git-shortmaps/shortmaps

29 lines
689 B
Plaintext
Raw Normal View History

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
2012-04-30 23:31:40 -04:00
ca _git_commit :commit --amend
co _git_checkout :checkout
2012-04-30 23:31:40 -04:00
C _git_commit :commit -am
CS _git_commit :commit -S -am
d _git_diff :diff
f _git_fetch :fetch
m _git_merge :merge
p _git_push :push
P _git_pull :pull
2012-03-22 16:24:38 -04:00
Pr _git_pull :pull --rebase
R __git_rebase :rebase
Ri _git_rebase :rebase --interactive
Ra _git_rebase :rebase --abort
Rc _git_rebase :rebase --continue
2012-03-24 19:14:07 -04:00
s : :status --short
S _git_stash :stash
t : tig
T _git_tag :tag
- : :checkout -
-- : |cd "$( git rev-parse --git-dir 2>/dev/null )/../"