dots/.gitaliases
Yongmin Hong 6807e24a7f
Split commit itself and commit with GPG signature
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>
2017-06-29 19:16:25 +09:00

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