dots/.gitaliases
Yongmin Hong 2e9ef2fb7d
Add new alias
Lazy

Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-08-10 07:48:27 +09:00

18 lines
466 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