-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Git
-
None
I often find in my development team that we start developing and in our enthusiasm forget to switch to the correct branch. When the correct branch is on the same last commit there is no problem, however, if it is on an older commit there is an error message to either commit or stash your changes.
Would it be possible to for example create an alert dialog choosing either to discard local changes or stash and automatically unstash them after the branch switch?
(This usually occurs when switching from master to development when one has accidentally been coding on master)