Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. alias git_clean="git branch -vv | grep -E ': пропал]|: gone]' | awk '{print $1}' | xargs git branch -d"
  2.  
  3. feature_start() {
  4. git flow feature start "#$1_$2"
  5. }
Add Comment
Please, Sign In to add comment