Add gpg signing key and some aliases
Keys for signing and an aliases.....
This commit is contained in:
parent
842b13290f
commit
e8f88a06b3
1 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue