31
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.
They wrote they're using
.as placeholder commit messages.I use
ffor such [f]ollowup/[f]ixup commits, andafor [a]dditional code/components/changesets. Both keys are trivial to enter. When cleaning it up after,fcommits are typically squashed into previous ones, andacommits get a description and/or serve as a base for squashing.I can see
.working well as well, but having a more obvious character (with vertical height/substance) seems preferable.