Answer the question
In order to leave comments, you need to log in
How to create a commit that will not be included in the repository?
I would like to have the following picture:
While programming, I make random changes to my local history. Maybe I'm bad at commenting. Not all of them are logical, but I need to separate them somehow:
commit -m 'something'
commit -m 'bullshit'
...
Answer the question
In order to leave comments, you need to log in
in the git it is possible to hide commits through git stash, I think it’s not difficult to find an analogue in mercurial for this word
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question