Explore >> Select a destination


You are here

raphael.medaer.me
| | jiby.tech
2.8 parsecs away

Travel
| | Every now and then, at work, I find myself discussing git worfklows, commit messages, branching, releasing, versioning, changelogs etc. Since my opinion has remained fairly consistent for the past few years, I found myself repeating the same points a lot, so I wrote it down. This page is the resulting compilation of my opinions on the software development lifecycle (SDLC), without workplace-specific tangeants. The article is broken down into ideas + recommendations, with recommendations in bold.
| | initialcommit.com
3.0 parsecs away

Travel
| | Learn what Git branches are and how to use branches in Git
| | williamdurand.fr
1.2 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.
| | unixdigest.com
34.8 parsecs away

Travel
| [AI summary] This tutorial explains a simple Git workflow to manage your home directory by using a white-listing approach with a wildcard in .gitignore to selectively track specific files while ignoring everything else.