diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..e5ccc14 --- /dev/null +++ b/.gitconfig @@ -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