2011-01-09 15:03:49 -05:00
|
|
|
a _git_add :add
|
|
|
|
A _git_add :add -A
|
|
|
|
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
|
2011-10-19 17:28:27 -04:00
|
|
|
s : :status
|
2011-01-09 15:03:49 -05:00
|
|
|
S _git_stash :stash
|
2011-10-19 17:28:20 -04:00
|
|
|
t : tig
|
2011-01-09 15:03:49 -05:00
|
|
|
T _git_tag :tag
|
2011-10-19 17:28:20 -04:00
|
|
|
- : :checkout -
|
|
|
|
-- : |cd "$( git rev-parse --git-dir 2>/dev/null )/../"
|