Update dotfiles/.gitconfig
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
br = branch
|
|
||||||
ci = commit
|
ci = commit
|
||||||
|
br = branch
|
||||||
st = status
|
st = status
|
||||||
pl = pull
|
pl = pull
|
||||||
plo = pull origin
|
plo = pull origin
|
||||||
ph = push
|
ph = push
|
||||||
pho = push origin
|
pho = push origin
|
||||||
df = diff
|
fp = fetch --prune
|
||||||
|
rb = rebase
|
||||||
|
di = diff
|
||||||
unstage = reset --soft HEAD^
|
unstage = reset --soft HEAD^
|
||||||
lg = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
lg = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
||||||
unci = reset HEAD~1 --mixed
|
unci = reset HEAD~1 --mixed
|
||||||
|
|||||||
Reference in New Issue
Block a user