(no title)
thibaut_barrere | 1 month ago
https://docs.github.com/en/get-started/using-git/about-git-r...
> Warning - Because changing your commit history can make things difficult for everyone else using the repository, it's considered bad practice to rebase commits when you've already pushed to a repository.
A similar warning is in Atlassian docs.
ongy|1 month ago
Branches that people are expected to track (i.e. pull from or merge into their regularly) should never rebase/force-push.
Branches that are short-lived or only exist to represent some state can do so quite often.
xlii|1 month ago
thibaut_barrere|1 month ago
- the web tooling must react properly to this (as GH does mostly)
- comments done at the commit level are complicated to track
- and given the reach of tools like GH, people shooting their own foot with this is (even experienced ones) most likely generate a decent level of support for these tools teams
mr_mitm|1 month ago
z3dd|1 month ago
eichin|1 month ago
unknown|1 month ago
[deleted]
unknown|1 month ago
[deleted]