Filter by:

AllDesignEngineeringProductBusiness

Nov 15 2022

Let’s Talk About Writing Good Commit Messages

Good commit messages are ones that help the reviewer easily understand your code. It's helpful to think of three kinds of information that can be included in a commit message: Syntactical Behavioral Motivational Syntactical Syntactical information describes the literal code change, from the perspective of

Chris Shoemaker

EngineeringGit

Aug 15 2017

MojoTech Git Workflow

We've yet to give our readers a "peek behind the curtain" and discuss some of the ins-and-outs of our engineering practices at MojoTech. In this post, I'd like to begin to talk about some of our practices and the way

Craig P Jolicoeur

GitEngineering

Feb 05 2014

What to do when you’ve ruined origin/master

First of all, don’t panic. This can be fixed easily or relatively easily! However, let’s get this out of the way: Why you push -f master? Okay, now that we have that out of the way, let’s go over the ways to fix

MojoTech

GitEngineering