perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

Add what-to-do when push after merge fails

Open bram-perl opened this issue 3 years ago • 0 comments

The instructions on what to do when a git push after a git merge --no-ff failed were missing/weren't clear.

This PR adds a small section in perlgit.pod on what can be done to preserve the merge.

(Context: @khwilliamson attempted to merge a branch with a merge commit but the merge commit got lost due to a git pull --rebase :-( )

bram-perl avatar Aug 10 '22 09:08 bram-perl