- I was on my develop branch with 3 files with uncommitted changes.
- I pressed
alt+t to update.
- I ended up on a
feature/docker branch with lots of uncommitted files and a completely different file structure.
- on attempting to checkout my develop branch, i get a warning that some files (one that exists on both branches (with different content) and the 3 i had with uncommitted changes) will get overwritten.
I had to delete all 4 files so that i could switch back to my develop branch.
hope that helps trace it...
alt+tto update.feature/dockerbranch with lots of uncommitted files and a completely different file structure.I had to delete all 4 files so that i could switch back to my
developbranch.hope that helps trace it...