Git Memory
Git Practices This is a summary of some common things you might need to look up, or things I might forget.
Branches I like to use short lived branches and I’m the one who’s responsible for it. I’d suggest you do the same.
It helps reduce potential issues when someone needs to re-write git history in a branch.
But be warned. replacing git history is dangerous. It can cause others confusion.