Advertisement
tom

git is in a permanent state of hating me

tom
Dec 11th, 2020
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. [root@assets snipeit]# git checkout v4.9.2
  2. error: Your local changes to the following files would be overwritten by checkout:
  3. .github/ISSUE_TEMPLATE/Bug_report.md
  4. Please, commit your changes or stash them before you can switch branches.
  5. Aborting
  6. [root@assets snipeit]# git stash
  7. warning: CRLF will be replaced by LF in .github/ISSUE_TEMPLATE/Bug_report.md.
  8. The file will have its original line endings in your working directory.
  9. warning: CRLF will be replaced by LF in .github/ISSUE_TEMPLATE/Feature_request.md.
  10. The file will have its original line endings in your working directory.
  11. warning: CRLF will be replaced by LF in .github/ISSUE_TEMPLATE/Bug_report.md.
  12. The file will have its original line endings in your working directory.
  13. warning: CRLF will be replaced by LF in .github/ISSUE_TEMPLATE/Feature_request.md.
  14. The file will have its original line endings in your working directory.
  15. Saved working directory and index state WIP on master: f1d0d1b Merge remote-tracking branch 'origin/develop'
  16. HEAD is now at f1d0d1b Merge remote-tracking branch 'origin/develop'
  17. [root@assets snipeit]# git checkout v4.9.2
  18. error: Your local changes to the following files would be overwritten by checkout:
  19. .github/ISSUE_TEMPLATE/Bug_report.md
  20. Please, commit your changes or stash them before you can switch branches.
  21. Aborting
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement