Revert "git: alias"

This reverts commit 3445da0d72.
This commit is contained in:
Michael Grote 2021-11-08 11:47:47 +01:00
parent 330ccacc52
commit 1e50554a78

View file

@ -11,6 +11,10 @@
remote = remote -v remote = remote -v
sp = stage -p sp = stage -p
last = log -1 HEAD --stat last = log -1 HEAD --stat
# Delete all local branches but master and the current one, only if they are fully merged with master.
delbranches = "!f(){\
- git branch | grep -v "master" | grep -v ^* | xargs git branch -d;\
}; f"
dellast = reset HEAD^1 dellast = reset HEAD^1
[core] [core]
editor = vim editor = vim