@@ -70,6 +70,8 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
70
70
- [ Color] ( #color )
71
71
- [ Git Resources] ( #git-resources )
72
72
- [ Git Books] ( #git-books )
73
+ - [ Git Videos] ( #git-videos )
74
+ - [ Git Articles] ( #git-articles )
73
75
74
76
## GitHub
75
77
### Ignore Whitespace
@@ -993,6 +995,8 @@ $ git config --global color.ui 1
993
995
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
994
996
| GitHub Training Kit | http://training.github.com/kit |
995
997
| Git Visualization Playground | http://onlywei.github.io/explain-git-with-d3/#freeplay |
998
+ | Learn Git Branching | http://pcottle.github.io/learnGitBranching/ |
999
+ | A collection of useful .gitignore templates | https://github.com/github/gitignore |
996
1000
997
1001
#### Git Books
998
1002
| Title | Link |
@@ -1004,3 +1008,17 @@ $ git config --global color.ui 1
1004
1008
| Version Control with Git | http://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387 |
1005
1009
| Pragmatic Guide to Git | http://www.pragprog.com/titles/pg_git/pragmatic-guide-to-git |
1006
1010
| Git: Version Control for Everyone | http://www.packtpub.com/git-version-control-for-everyone/book |
1011
+
1012
+ #### Git Videos
1013
+ | Title | Link |
1014
+ | ----- | ---- |
1015
+ | Linus Torvalds on Git | https://www.youtube.com/watch?v=4XpnKHJAok8 |
1016
+ | Introduction to Git with Scott Chacon | https://www.youtube.com/watch?v=ZDR433b0HJY |
1017
+ | Git From the Bits Up | https://www.youtube.com/watch?v=MYP56QJpDr4 |
1018
+ | Graphs, Hashes, and Compression, Oh My! | https://www.youtube.com/watch?v=ig5E8CcdM9g |
1019
+ | GitHub Training & Guides | https://www.youtube.com/watch?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&v=FyfwLX4HAxM |
1020
+
1021
+ #### Git Articles
1022
+ | Title | Link |
1023
+ | ----- | ---- |
1024
+ | GitHub Flow | http://scottchacon.com/2011/08/31/github-flow.html |
0 commit comments