alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 years agoAlways commitlemmy.worldimagemessage-square30linkfedilinkarrow-up1738arrow-down121
arrow-up1717arrow-down1imageAlways commitlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 years agomessage-square30linkfedilink
minus-squareTheManuz@lemmy.worldlinkfedilinkarrow-up2·3 years agoI make WIP branches only for that purpose, so I can push half done work and rework it the day after. This means a lot of history changes, but only in the WIP branch. When history is clean, I rebase the feature branch. Is this a good practice? I never found a better way to backup partial code.
I make WIP branches only for that purpose, so I can push half done work and rework it the day after.
This means a lot of history changes, but only in the WIP branch.
When history is clean, I rebase the feature branch.
Is this a good practice? I never found a better way to backup partial code.