Explore >> Select a destination


You are here

www.cheehow.dev
| | developerexperience.io
1.6 parsecs away

Travel
| | Git Flow is a specific branching system for Git. It helps the team to better control and add different project versions.
| | ryanharter.com
1.1 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.
| | williamdurand.fr
1.5 parsecs away

Travel
| | We all probably know this successful Git branching model, which looks like a very interesting model for teams that want to use Git. That being said, this model is a bit too complex for common needs in my opinion. In this article, I introduce my lightweight model.
| | tannerdolby.com
19.1 parsecs away

Travel
| To begin contributing to open-source software, you might want to become familiar with Git. Understanding the workflow of creating your own local copy of a repository and keeping it up to date with the upstream repository is integral to start contributing in public projects.