Skip to content

Commit 272a8b3

Browse files
committed
Add link to Marcus Geelnard's blog post on linear git history
1 parent 4b83149 commit 272a8b3

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
@@ -213,6 +213,8 @@ Here are some helpful aliases for your `~/.gitconfig`
213213

214214
* [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.
215215

216+
* [A Tidy, Linear Git History](http://www.bitsnbites.eu/a-tidy-linear-git-history/) - Marcus Geelnard wrote a blog post about the value of a linear commit history.
217+
216218
### External Git Utilities
217219

218220
* [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)