You are here |
scottgruber.me | ||
| | | |
ericlathrop.com
|
|
| | | | 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
|
|
| | | | Confusing git terminology | |
| | | |
amanhimself.dev
|
|
| | | | ||
| | | |
ryanharter.com
|
|
| | 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. |