Guest User

Untitled

a guest
Jan 21st, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ## Branches
  2.  
  3. git branch --merged master lists branches merged into master
  4.  
  5. git branch --merged lists branches merged into HEAD (i.e. tip of current branch)
  6.  
  7. git branch --no-merged lists branches that have not been merged
Add Comment
Please, Sign In to add comment