Explore >> Select a destination


You are here

scottgruber.me
| | ericlathrop.com
13.2 parsecs away

Travel
| | Since most places are renaming the default git branch from master to main I want to do the same to reduce friction. I want to rename all my default branches in all my projects in one afternoon so I can retrain my muscle memory and not have to remember which project uses which branch name.
| | jvns.ca
12.8 parsecs away

Travel
| | Confusing git terminology
| | amanhimself.dev
8.2 parsecs away

Travel
| |
| | ryanharter.com
77.9 parsecs away

Travel
| I recently shared how I use Git to automatically track my versions. There's quite a bit more to my git workflow than just tagging versions, though, so I'd like to dive into my git usage just a little more. One of my clients introduced me to a very popular, and useful, git branching strategy commonly called Git-Flow based on Vincent Driessen's branching model. I highly recommend reading his article, it's quite good and describes a very useful branching model.