sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
668 stars 69 forks source link

[FEATURE] Allow to ignore local changes when creating a branch from remote #143

Closed EreMaijala closed 1 month ago

EreMaijala commented 2 months ago

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.