8000
[FEATURE] Allow to ignore local changes when creating a branch from remote #143
Labels
enhancement
New feature or request
Currently when you create a new branch from a remote, you have two options for handling local changes: "Stash & Reapply" and "Discard". I'd like to have a third option "Do nothing" that just tries to create the new branch regardless of any local changes. Otherwise all untracked files get staged or deleted, but often the new branch could be created regardless of them being there.
The text was updated successfully, but these errors were encountered: