|
You are here |
raphael.medaer.me | ||
| | | | |
jiby.tech
|
|
| | | | | 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
|
|
| | | | | Learn what Git branches are and how to use branches in Git | |
| | | | |
williamdurand.fr
|
|
| | | | | 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
|
|
| | | [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. | ||