Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. user@pc> git branch
  2. * branch-A
  3. master
  4.  
  5. user@pc> git branch -a
  6. * branch-A
  7. remotes/origin/branch-B
  8. remotes/origin/branch-A
  9. remotes/origin/master
  10.  
  11. user@pc> git branch
  12. * branch-A
  13. branch-B
  14. master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement