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
|
2017-08-10 00:48:27 +02:00
|
|
|
fup = fetch upstream
|
2017-10-14 15:05:06 +02:00
|
|
|
com = checkout master
|
|
|
|
por = push origin
|
2017-10-17 14:54:34 +02:00
|
|
|
cob = checkout -b
|