From 8980611ab7c35f0252fa96092d1c81bd625ceadb Mon Sep 17 00:00:00 2001 From: Robert Anthony Bellamy Date: Tue, 29 Dec 2015 10:01:53 -0500 Subject: [PATCH 1/4] adds Learn Git Branching --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 091dd0a..d1d4a7a 100644 --- a/README.md +++ b/README.md @@ -993,6 +993,7 @@ $ git config --global color.ui 1 | Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ | | GitHub Training Kit | http://training.github.com/kit | | Git Visualization Playground | http://onlywei.github.io/explain-git-with-d3/#freeplay | +| Learn Git Branching | http://pcottle.github.io/learnGitBranching/ | #### Git Books | Title | Link | From da37f97c40c5ac562f94c975cb4770264270966e Mon Sep 17 00:00:00 2001 From: Robert Anthony Bellamy Date: Tue, 29 Dec 2015 10:10:29 -0500 Subject: [PATCH 2/4] adds some videos --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d1d4a7a..f2f7074 100644 --- a/README.md +++ b/README.md @@ -1005,3 +1005,12 @@ $ git config --global color.ui 1 | Version Control with Git | http://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387 | | Pragmatic Guide to Git | http://www.pragprog.com/titles/pg_git/pragmatic-guide-to-git | | Git: Version Control for Everyone | http://www.packtpub.com/git-version-control-for-everyone/book | + +#### Git Videos +| Title | Link | +| ----- | ---- | +| Linus Torvalds on Git | https://www.youtube.com/watch?v=4XpnKHJAok8 | +| Introduction to Git with Scott Chacon | https://www.youtube.com/watch?v=ZDR433b0HJY | +| Git From the Bits Up | https://www.youtube.com/watch?v=MYP56QJpDr4 | +| Graphs, Hashes, and Compression, Oh My! | https://www.youtube.com/watch?v=ig5E8CcdM9g | +| GitHub Training & Guides | https://www.youtube.com/watch?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&v=FyfwLX4HAxM | From 473d3c6bc1dc475540d2eff8b67ebfd6fc6bbdce Mon Sep 17 00:00:00 2001 From: Robert Anthony Bellamy Date: Tue, 29 Dec 2015 10:18:44 -0500 Subject: [PATCH 3/4] adds .gitignore templates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2f7074..3d61c90 100644 --- a/README.md +++ b/README.md @@ -994,6 +994,7 @@ $ git config --global color.ui 1 | GitHub Training Kit | http://training.github.com/kit | | Git Visualization Playground | http://onlywei.github.io/explain-git-with-d3/#freeplay | | Learn Git Branching | http://pcottle.github.io/learnGitBranching/ | +| A collection of useful .gitignore templates | https://github.com/github/gitignore | #### Git Books | Title | Link | From a2cfa260ba2a4850c4473c59f9516329a44160e5 Mon Sep 17 00:00:00 2001 From: Robert Anthony Bellamy Date: Tue, 29 Dec 2015 10:25:42 -0500 Subject: [PATCH 4/4] adds article section and updates menu --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3d61c90..2371220 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c - [Color](#color) - [Git Resources](#git-resources) - [Git Books](#git-books) + - [Git Videos](#git-videos) + - [Git Articles](#git-articles) ## GitHub ### Ignore Whitespace @@ -1015,3 +1017,8 @@ $ git config --global color.ui 1 | Git From the Bits Up | https://www.youtube.com/watch?v=MYP56QJpDr4 | | Graphs, Hashes, and Compression, Oh My! | https://www.youtube.com/watch?v=ig5E8CcdM9g | | GitHub Training & Guides | https://www.youtube.com/watch?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&v=FyfwLX4HAxM | + +#### Git Articles +| Title | Link | +| ----- | ---- | +| GitHub Flow | http://scottchacon.com/2011/08/31/github-flow.html |