dots/.gitaliases
Yongmin Hong 820f0dd2b6
Add new alias
alias ftw

Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-10-17 21:54:34 +09:00

21 lines
527 B
Text

[alias]
co = checkout
cm = commit -s
st = status
br = branch -v
fa = fetch --all
graph = log --pretty=format:\"%h %s\" --graph
fo = fetch origin
usync = rebase upstream/master
osync = rebase origin/master
aal = add *
po = push origin master
amend = commit --amend -s
cmt = commit -S -s
amends = commit --amend -S -s
acmt = commit -a -S -s
acm = commit -a -s
fup = fetch upstream
com = checkout master
por = push origin
cob = checkout -b