Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Delete branch
  2. git push origin --delete branchname
  3.  
  4. Force refresh of remote branch and list them
  5. git fetch
  6. git branch --all
  7.  
  8. Merge a branch onto another one
  9. Merge branch 'branchname' into dev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement