sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
616 stars 66 forks source link

[FEATURE] Allow to ignore local changes also when switching branch or pulling changes #151

Closed EreMaijala closed 1 month ago

EreMaijala commented 1 month ago

143 added support for ignoring local changes when creating a branch (thank you!), but it would be nice to have the same option when checking out an existing branch (equivalent to simple git checkout <branch>) or when pulling changes (equivalent to git pull).