Phil Dennis-Jordan 😷 on Nostr: npub1upkp7…4tcwy Nice write-up! I learned a few things, now to remember to use them ...
npub1upkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xss4tcwy (npub1upk…tcwy) Nice write-up! I learned a few things, now to remember to use them next time. 😅
> I was curious about why people would run git push --force on a shared branch.
Collaborative feature branches are a thing, especially when you’re not shipping a web app but a client side native artefact. Rebasing those feature branches on the main branch is useful as much as it is for single-developer ones. But it needs to be coordinated; I usually rename the remote branch to a backup name.
> I was curious about why people would run git push --force on a shared branch.
Collaborative feature branches are a thing, especially when you’re not shipping a web app but a client side native artefact. Rebasing those feature branches on the main branch is useful as much as it is for single-developer ones. But it needs to be coordinated; I usually rename the remote branch to a backup name.