Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. bartosz@deb:~/my-cubic-chunks/CubicChunks$ git checkout origin/cleanup/renames
  2. Note: checking out 'origin/cleanup/renames'.
  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 166f9fc... Rename/delete some methods
  14. bartosz@deb:~/my-cubic-chunks/CubicChunks$ git status
  15. HEAD detached at origin/cleanup/renames
  16. Untracked files:
  17. (use "git add <file>..." to include in what will be committed)
  18.  
  19. src/main/java/debug/
  20.  
  21. nothing added to commit but untracked files present (use "git add" to track)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement