@[email protected] to Programmer [email protected] • 8 months agoRebase Supremacyprogramming.devimagemessage-square216fedilinkarrow-up11.11Karrow-down120
arrow-up11.09Karrow-down1imageRebase Supremacyprogramming.dev@[email protected] to Programmer [email protected] • 8 months agomessage-square216fedilink
minus-square@[email protected]linkfedilink1•8 months agoDo not merge your unfinished stuff into main. I don’t like merging main into my branch because I don’t understand git, and I feel like that can make a confusing history.
Squash your branch first
Doesn’t this defeat the purpose, may as well merge then no?
Do not merge your unfinished stuff into main.
I don’t like merging main into my branch because I don’t understand git, and I feel like that can make a confusing history.