Add few git aliases

life gets easier

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2017-07-13 00:12:10 +09:00
parent c3f211dbbf
commit a0dfdf7b82
Signed by: revi
GPG key ID: 48AE727894A6F064

View file

@ -5,9 +5,13 @@
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