-
Suggestion
-
Resolution: Fixed
-
None
-
None
If you create a new shelve named the same as a prior shelve users may expect it to be amended, but in reality it will be overwritten. Git offers no warning of this so we should do so through SourceTree instead. This won't affect the implementation details, just check if there's a shelve with that name.
Form Name |
---|
A warning appears in Git/Mercurial now. Git allows for stashes with the same name so the warning just says your stash won't be overwritten. Mercurial tells you your shelve will be overwritten.