Files
autodeploy/.gitconfig
2022-07-04 15:50:49 +03:00

7 lines
322 B
INI

[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