Guest User

Untitled

a guest
Nov 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. git merge --no-ff nome-branch
  2.  
  3. git branch -D 3.2 3.2.1 3.2.2
  4.  
  5. git branch -D `git branch | grep -E '^3.2..*'`
Add Comment
Please, Sign In to add comment