Yongmin Hong
6807e24a7f
There are some instances where I can't sign the packages (usually it 's remote server) so I can use signing only on local and not on remo te. Signed-off-by: Yongmin Hong <revi@pobox.com>
13 lines
351 B
Text
13 lines
351 B
Text
[alias]
|
|
co = checkout
|
|
cm = commit -s
|
|
st = status
|
|
br = branch -v
|
|
fa = fetch --all
|
|
graph = log --pretty=format:\"%h %s\" --graph
|
|
usync = rebase upstream/master
|
|
aal = add *
|
|
po = push origin master
|
|
amend = commit --amend -s
|
|
cmt = commit -S -s
|
|
amends = commit --amend -S -s
|