dots/gitconfig.sample
Yongmin Hong 8ee415531a
Fix gitconfig and add one alias
Signoff added by default (can be deleted as needed) and added an
option for amending a committed commit which hasn't been pushed.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2016-09-24 00:06:02 +09:00

15 lines
311 B
Text

[user]
name = Yongmin Hong
email = revi@pobox.com
signingkey = BEFF197A
[alias]
co = checkout
cm = commit -S -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 -s