Skip to main content

Git

The Commit Message Standard
·205 words·1 min
Since we have git flow as a nice standard it makes sense to standardise our commit messages as well. Here’s the following proposed standard: [Updated | Added | Removed (required)] [Component (required)] [Reason] - [Issue Reference (required)]
Git just fucking get on with it.
·410 words·2 mins
Here is an unedited version of the post. Raw and uncensored: After many a fruitless and frustrating discussions around git best practices here’s my bulletproof method: Tag it - if you want to release code you have to tag it.