+ prune-branches git alias
This commit is contained in:
6
.gitconfig
Normal file
6
.gitconfig
Normal file
@ -0,0 +1,6 @@
|
||||
[user]
|
||||
email = info@wpstudio.ru
|
||||
name = WP Studio
|
||||
[alias]
|
||||
prune-branches-dry = !git remote prune origin && git branch -vv | grep ': исчез]' | awk '{print $1}'
|
||||
prune-branches = !git remote prune origin && git branch -vv | grep ': исчез]' | awk '{print $1}' | xargs -r git branch -d
|
Reference in New Issue
Block a user