dots/.gitaliases
Yongmin Hong 60cc2c5a6a
Move git aliases out of gitconfig
So it can be more effective.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-05-29 02:41:05 +09:00

11 lines
306 B
Text

[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