diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-09 10:22:48 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-09 10:22:48 -0500 |
commit | 358f5e6edcffed0e8e17dd80e2ae30bfebc8c778 (patch) | |
tree | ff5a0b172db823d3815e202a06af361c531b0f4e | |
parent | ac91ec8a9c93bae3d881e74b88d8f111e93f4ec0 (diff) | |
parent | 8f5f1240eb14919deed89c54f0b322bc11e1469c (diff) |
Merge pull request #1413 from hfenton/master
[en/git] Add Git Immersion tutorial as a resource
-rw-r--r-- | git.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git.html.markdown b/git.html.markdown index b1347309..72079f6c 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -484,6 +484,8 @@ $ git rm /pather/to/the/file/HelloWorld.c * [Udemy Git Tutorial: A Comprehensive Guide](https://blog.udemy.com/git-tutorial-a-comprehensive-guide/) +* [Git Immersion - A Guided tour that walks through the fundamentals of git](http://gitimmersion.com/) + * [git-scm - Video Tutorials](http://git-scm.com/videos) * [git-scm - Documentation](http://git-scm.com/docs) |