From 3787932201968bdba48bcd635dad215b0f5aacf7 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 6 Aug 2017 17:14:04 -0600 Subject: [PATCH 1/2] Add link to Mary Rose Cook's excellent essay on how git works --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 26bd60a0d..e17140d7f 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ Here are some helpful aliases for your `~/.gitconfig` ### Articles / Blog posts / Books + * [awesome-github](https://github.com/fffaraz/awesome-github) - Faraz Fallahi maintains a curated list of Github & Git resources. * Scott Chacon's [Pro Git](http://git-scm.com/book) book is a great resource for getting more out of git. @@ -196,6 +197,8 @@ Here are some helpful aliases for your `~/.gitconfig` * [firstaidgit.io](http://firstaidgit.io/) is a searchable selection of the most frequently asked Git questions +* [Git From the Inside Out](https://maryrosecook.com/blog/post/git-from-the-inside-out) - A good essay that explains how git works, focusing on the graph structure underpinnings of git and how they affect its behavior. + ### External Git Utilities * [bfg repo-cleaner](https://rtyley.github.io/bfg-repo-cleaner/) - Removes large or troublesome blobs like git-filter-branch does, but faster. From 5b03ed5f219ae05477c506dde8424d519efa90e6 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 6 Aug 2017 17:15:07 -0600 Subject: [PATCH 2/2] remove extra blank line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e17140d7f..d6cb09e9b 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,6 @@ Here are some helpful aliases for your `~/.gitconfig` ### Articles / Blog posts / Books - * [awesome-github](https://github.com/fffaraz/awesome-github) - Faraz Fallahi maintains a curated list of Github & Git resources. * Scott Chacon's [Pro Git](http://git-scm.com/book) book is a great resource for getting more out of git.