Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@assets snipeit]# git checkout v4.9.2
- error: Your local changes to the following files would be overwritten by checkout:
- .github/ISSUE_TEMPLATE/Bug_report.md
- Please, commit your changes or stash them before you can switch branches.
- Aborting
- [root@assets snipeit]# git stash
- warning: CRLF will be replaced by LF in .github/ISSUE_TEMPLATE/Bug_report.md.
- The file will have its original line endings in your working directory.
- warning: CRLF will be replaced by LF in .github/ISSUE_TEMPLATE/Feature_request.md.
- The file will have its original line endings in your working directory.
- warning: CRLF will be replaced by LF in .github/ISSUE_TEMPLATE/Bug_report.md.
- The file will have its original line endings in your working directory.
- warning: CRLF will be replaced by LF in .github/ISSUE_TEMPLATE/Feature_request.md.
- The file will have its original line endings in your working directory.
- Saved working directory and index state WIP on master: f1d0d1b Merge remote-tracking branch 'origin/develop'
- HEAD is now at f1d0d1b Merge remote-tracking branch 'origin/develop'
- [root@assets snipeit]# git checkout v4.9.2
- error: Your local changes to the following files would be overwritten by checkout:
- .github/ISSUE_TEMPLATE/Bug_report.md
- Please, commit your changes or stash them before you can switch branches.
- Aborting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement