Skip to content

Commit f074f62

Browse files
authored
Merge pull request #72 from unixorn/add-merge-commit-article
Add link to article about how to review merges
2 parents 2455ad6 + 20b7716 commit f074f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ Here are some helpful aliases for your `~/.gitconfig`
209209

210210
* [“Git” it together: Some tips on commit etiquette and best practices for junior developers](https://hackernoon.com/git-it-together-some-tips-on-commit-etiquette-and-best-practices-for-junior-developers-1f147b8dfd56) is a good article explaining some best practices on how to write a _good_ commit message.
211211

212+
* [How to Review a Merge Commit](https://haacked.com/archive/2014/02/21/reviewing-merge-commits/) - Good article on dealing with reviewing the changes made during a merge.
213+
212214
### External Git Utilities
213215

214216
* [bfg repo-cleaner](https://rtyley.github.io/bfg-repo-cleaner/) - Removes large or troublesome blobs like git-filter-branch does, but faster.

0 commit comments

Comments
 (0)