2017-05-28 19:41:05 +02:00
|
|
|
[alias]
|
|
|
|
co = checkout
|
2017-06-29 12:16:25 +02:00
|
|
|
cm = commit -s
|
2017-05-28 19:41:05 +02:00
|
|
|
st = status
|
|
|
|
br = branch -v
|
|
|
|
fa = fetch --all
|
|
|
|
graph = log --pretty=format:\"%h %s\" --graph
|
2017-07-12 17:12:10 +02:00
|
|
|
fo = fetch origin
|
2017-05-28 19:41:05 +02:00
|
|
|
usync = rebase upstream/master
|
2017-07-12 17:12:10 +02:00
|
|
|
osync = rebase origin/master
|
2017-05-28 19:41:05 +02:00
|
|
|
aal = add *
|
|
|
|
po = push origin master
|
2017-06-29 12:16:25 +02:00
|
|
|
amend = commit --amend -s
|
|
|
|
cmt = commit -S -s
|
|
|
|
amends = commit --amend -S -s
|
2017-07-12 17:12:10 +02:00
|
|
|
acmt = commit -a -S -s
|
|
|
|
acm = commit -a -s
|