Guest User

Untitled

a guest
Oct 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. 16:46 ~/Sites/eduguide/ git:master > git checkout origin/master
  2. Note: checking out 'origin/master'.
  3.  
  4. You are in 'detached HEAD' state. You can look around, make experimental
  5. changes and commit them, and you can discard any commits you make in this
  6. state without impacting any branches by performing another checkout.
  7.  
  8. If you want to create a new branch to retain commits you create, you may
  9. do so (now or later) by using -b with the checkout command again. Example:
  10.  
  11. git checkout -b new_branch_name
  12.  
  13. HEAD is now at 297ecec... Merge branch 'master' of github.com:EduGuide/eduguide
  14. 16:46 ~/Sites/eduguide/ git:297ecec... > git checkout origin/feature/paths
  15. Previous HEAD position was 297ecec... Merge branch 'master' of github.com:EduGuide/eduguide
  16. Switched to branch 'origin/feature/paths'
  17. Your branch is ahead of 'develop' by 1 commit.
  18. 16:46 ~/Sites/eduguide/ git:origin/feature/paths > git checkout origin/feature/goals
  19. Note: checking out 'origin/feature/goals'.
  20.  
  21. You are in 'detached HEAD' state. You can look around, make experimental
  22. changes and commit them, and you can discard any commits you make in this
  23. state without impacting any branches by performing another checkout.
  24.  
  25. If you want to create a new branch to retain commits you create, you may
  26. do so (now or later) by using -b with the checkout command again. Example:
  27.  
  28. git checkout -b new_branch_name
  29.  
  30. HEAD is now at 69b2735... fixed problem where you'd always see your own header even when you're looking at another person's goal details page for the goal
  31. 16:46 ~/Sites/eduguide/ git:69b2735... >
Add Comment
Please, Sign In to add comment