Guest User

Untitled

a guest
Mar 2nd, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #git checkout -b feature_branch_name
  2. #git push -u local feature_branch_name
  3.  
  4.  
  5. Counting objects: 74, done.
  6. Delta compression using up to 4 threads.
  7. Compressing objects: 100% (55/55), done.
  8. Writing objects: 100% (74/74), 56.76 KiB | 0 bytes/s, done.
  9. Total 74 (delta 9), reused 0 (delta 0)
  10. To /media/doc/my-local-repository
  11. * [new branch] feature_branch_name -> feature_branch_name
  12. Branch feature_branch_name set up to track remote branch feature_branch_name from local.
Advertisement
Add Comment
Please, Sign In to add comment