1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Mari 5 years ago
parent e1c394df32
commit 9a3409b001
  1. 2
      per-host/mari-wovn/.bash_aliases

@ -129,7 +129,7 @@ function wovn_delete() {
return $lastexit
}
function _list_feature_branches() {
git --git-dir ~/equalizer.git for-each-ref --format '%(refname:short)' refs/heads/ \
git --git-dir ~/equalizer/master/.git for-each-ref --format '%(refname:short)' refs/heads/ \
| grep -vF $'develop\ndevelop_front\nmaster' \
| sed 's#^feature/##'
}

Loading…
Cancel
Save