Settings and activity
8 results found
-
4 votesMarc Delorme shared this idea ·
-
33 votesMarc Delorme supported this idea ·
-
102 votes
An error occurred while saving the comment Marc Delorme supported this idea · -
175 votesMarc Delorme supported this idea ·
-
4 votesMarc Delorme supported this idea ·
-
3 votesMarc Delorme supported this idea ·
-
7 votesMarc Delorme supported this idea ·
-
15 votesMarc Delorme supported this idea ·
There are some situations where I like to use branches to save pending work (as shelve or git stash). I prefer this workflow from shelve or git stash because it keeps track of the parent so I can revert to the exact same state I was. Also I like being able to see all my pending work in the branch explorer.
Unfortunately, save current work in a branch give a WIP changeset which often does not contains meaningful description and valid content. I wish it does not appear in the history.
I would like to be able to amend and rewrite history for at least "my private changeset": changeset only on my local computer or pushed on the server but nobody can see except me or my approval (similar to mercurial 'phase' feature).