/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.bryantwebconsulting.com
| | developerexperience.io
2.1 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.0 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.
| | www.cheehow.dev
0.8 parsecs away

Travel
| | Simple Git branching strategy for small teams.
| | rick.cogley.info
14.9 parsecs away

Travel
| It's possible to update a forked git repository using the Terminal or one of the many good GUIs for git, but did you know Github gives you a way to update a fork directly in its web interface?