Open hdrdavies opened 8 years ago
Try to be descriptive with what commits are doing:
Instead of 'merged' - why not 'merged branch x into master and resolved conflicts'?
Instead of 'add edit' - why not 'added edit functionality into home.html'?
Instead of 'fingers crossed' - why not 'here's hoping'?
I don't mean one of those. Commit messages are really important on large projects with other people who aren't in the same room as you. It's important to be descriptive but concise so people understand what you're working on!
Try to be descriptive with what commits are doing:
Instead of 'merged' - why not 'merged branch x into master and resolved conflicts'?
Instead of 'add edit' - why not 'added edit functionality into home.html'?
Instead of 'fingers crossed' - why not 'here's hoping'?
I don't mean one of those. Commit messages are really important on large projects with other people who aren't in the same room as you. It's important to be descriptive but concise so people understand what you're working on!