git: del branches entfernt
This commit is contained in:
parent
9109d5faa0
commit
9b476a3129
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@
|
|||
remote = remote -v
|
||||
sp = stage -p
|
||||
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
|
||||
[core]
|
||||
editor = vim
|
||||
|
|
Loading…
Reference in a new issue