9
1
Let's say I am merging and just before the push I decide that I do not want to merge. Is it possible to get rid of the commits I have merged (and not pushed yet) without deleting my local branch or going into command line?
9
1
Let's say I am merging and just before the push I decide that I do not want to merge. Is it possible to get rid of the commits I have merged (and not pushed yet) without deleting my local branch or going into command line?
11
Happened to me while getting both push and pull failures:
To resolve:
7
This also works for most things with conflicts like reverts that result in needing a merge. – royalaid – 2020-02-25T05:43:16.743
1
Choose your case from here.
– harrymc – 2018-01-18T08:58:34.657