+ [2019-07-28T20:51:11Z] gitinfo geri: [!eekaconflict] Merge conflicts are a natural part of collaboration. When facing one, *don't panic*. Read "How to resolve conflicts" in man git-merge and http://git-scm.com/book/ch3-2.html#Basic-Merge-Conflicts then carefully go through the conflicts. Picking one side verbatim is not always the right choice! A nice video explaining merge conflicts: https://www.youtube.com/watch?v=zz7NuSCH6II
+ [2019-07-28T20:51:59Z] geri canton7 can i just git commit the files which i resolved and do: git push origin TEST-2452 ?
+ [2019-07-28T20:52:19Z] canton7 geri, yes, the idea is that you fix all of the conflicts, then add/commit/push
+ [2019-07-28T20:52:25Z] canton7 but, you must resolve all conflicts
+ [2019-07-28T20:52:54Z] canton7 is off to bed, good luck! It's worth familiarising yourself with the links above

message no. 174325

Posted by Josse in #github at 2019-07-28T10:42:32Z

How do I 'confirm'? I'm failing to see any type of button or so...
+ [2019-07-29T23:43:29Z] fullbit So my organization has basic gitflow setup BUT also have `develop` and `master` as protected branches AND also squashes commits. Everything was fine until I had to make a hotfix and ever since there is this persistent merge conflict when trying to make a new release branch merge to master. Is there any way to fix this situation? I've tried force pushing a newly forked master.
+ [2019-07-30T14:38:26Z] pyfgcr hello, is there an option to login simlpy with my password, without the verification code I get by email?
+ [2019-07-30T20:02:19Z] scientes maybe i should stop using reset --hard
+ [2019-07-30T20:02:28Z] scientes lost like half a day's work