forked from colonelpanic/dotfiles
add rh alias to .gitconfig.
This commit is contained in:
parent
ecd7f293be
commit
38a7308c1e
@ -5,6 +5,7 @@
|
||||
ff = merge --ff-only
|
||||
ca = !git add -A && git commit -av
|
||||
tb = rev-parse --abbrev-ref --symbolic-full-name @{u}
|
||||
rh = reset --hard
|
||||
cam = commit -am
|
||||
poh = push origin HEAD
|
||||
pohm = push origin HEAD:master
|
||||
|
Loading…
Reference in New Issue
Block a user