Guest User

Untitled

a guest
Oct 18th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Shubham-Upadhyays-MacBook-Pro-2:inno360 shubhamupadhyay$ git pull --rebase
  2. Cannot pull with rebase: You have unstaged changes.
  3. Please commit or stash them.
  4. Shubham-Upadhyays-MacBook-Pro-2:inno360 shubhamupadhyay$ git stash
  5. Saved working directory and index state WIP on master: 715ab73 [#14515071]added print preview pages with other bug fixes
  6. HEAD is now at 715ab73 [#14515071]added print preview pages with other bug fixes
  7. Shubham-Upadhyays-MacBook-Pro-2:inno360 shubhamupadhyay$ git pull --rebase
  8. remote: Counting objects: 3, done.
  9. remote: Compressing objects: 100% (1/1), done.
  10. remote: Total 2 (delta 1), reused 2 (delta 1)
  11. Unpacking objects: 100% (2/2), done.
  12. From github.com:balraj/inno360
  13. 2838cec..509ad85 master -> origin/master
  14. First, rewinding head to replay your work on top of it...
  15. error: The following untracked working tree files would be overwritten by checkout:
  16. languages/en/.dev.en
  17. Please move or remove them before you can switch branches.
  18. Aborting
  19. could not detach HEAD
  20. Shubham-Upadhyays-MacBook-Pro-2:inno360 shubhamupadhyay$
Add Comment
Please, Sign In to add comment