Source Control
- Create a new branch from the current branch with uncommitted changes and your changes become part of the new branch. 
- You can’t switch to another branch if you have uncommitted changes, so commit your changes or stash (Source Control > Stash Changes) them before switching to another branch. 


M: modified
A: added
R: renamed ?
Last updated
Was this helpful?