Source Control
Last updated
Was this helpful?
Last updated
Was this helpful?
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 ?