Update dotfiles/.gitconfig

This commit is contained in:
2024-06-28 01:44:51 +02:00
parent ad61eaf532
commit 64f85cf678

View File

@@ -1,13 +1,15 @@
[alias]
co = checkout
br = branch
ci = commit
br = branch
st = status
pl = pull
plo = pull origin
ph = push
pho = push origin
df = diff
fp = fetch --prune
rb = rebase
di = diff
unstage = reset --soft HEAD^
lg = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
unci = reset HEAD~1 --mixed