Git Workflow for Open Source Contributions
I use the triangle git flow for open source contributions or any project where you don’t have direct write access. It acts as a safety net, isolating your work in a personal fork so you can safely experiment and keep your commit history clean until your Pull Request is ready to be merged.