79823511

Date: 2025-11-18 15:10:19
Score: 0.5
Natty:
Report link

Here's my 2p, we are novices but this sort of works:

(b1 is a branch off master)

git checkout master
git pull --rebase
git checkout b1
git pull --rebase
git merge master (to merge everything forward)
<test everything>
<commit changes (if necessary)>
git push
git checkout master
git merge b1
<fix conflicts if any>
<test everything>
<commit changes (if necessary)>
git commit
git push

--------------------------------

I'd love to know if this is bananas.

Reasons:
  • Has code block (-0.5):
  • Filler text (0.5): --------------------------------
  • Low reputation (0.5):
Posted by: Mister Jeps