Add gpg signing key and some aliases

Keys for signing and an aliases.....
This commit is contained in:
revi 2016-08-31 17:35:37 +09:00
parent 842b13290f
commit e8f88a06b3
Signed by: revi
GPG key ID: 48AE727894A6F064

View file

@ -1,5 +1,14 @@
[user]
name = Yongmin Hong
email = revi@pobox.com
[core]
autocrlf = true
signingkey = BEFF197A
[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