32
How I Use Git Worktrees - Alex Kladov
(matklad.github.io)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
I commit and squash before pushing the branch if I have to change what I'm working on. Keeps the changes on remote so I don't lose progress. Not like a PR is open if the work I isn't ready anyway.