8000 Merge pull request #147 from rabellamy/more-resources · wzor/github-cheat-sheet@38f511f · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 38f511f

Browse files
committed
Merge pull request tiimgreen#147 from rabellamy/more-resources
adds some more resources
2 parents 347ed4f + a2cfa26 commit 38f511f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
7070
- [Color](#color)
7171
- [Git Resources](#git-resources)
7272
- [Git Books](#git-books)
73+
- [Git Videos](#git-videos)
74+
- [Git Articles](#git-articles)
7375

7476
## GitHub
7577
### Ignore Whitespace
@@ -993,6 +995,8 @@ $ git config --global color.ui 1
993995
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
994996
| GitHub Training Kit | http://training.github.com/kit |
995997
| 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 |
9961000

9971001
#### Git Books
9981002
| Title | Link |
@@ -1004,3 +1008,17 @@ $ git config --global color.ui 1
10041008
| Version Control with Git | http://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387 |
10051009
| Pragmatic Guide to Git | http://www.pragprog.com/titles/pg_git/pragmatic-guide-to-git |
10061010
| 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

Comments
 (0)
0