diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-09-20 10:48:14 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-09-20 10:48:14 -0500 |
commit | a788a8749e91beced43c5bcf143a86a5fbecee07 (patch) | |
tree | 4a560bb15688bf96a365db87d2998b2ce55acfb7 | |
parent | d387552a3cdef138aa778598b6d0cd5b960a1b90 (diff) | |
parent | 92eef7f483fd4c1192aab8049e8b2f0e926523e4 (diff) |
Merge pull request #1243 from Jakehp/patch-1
Add Udemy's new git 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 4bbc58e7..bf8fce0c 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -462,6 +462,8 @@ $ git rm /pather/to/the/file/HelloWorld.c * [tryGit - A fun interactive way to learn Git.](http://try.github.io/levels/1/challenges/1) +* [Udemy Git Tutorial: A Comprehensive Guide](https://blog.udemy.com/git-tutorial-a-comprehensive-guide/) + * [git-scm - Video Tutorials](http://git-scm.com/videos) * [git-scm - Documentation](http://git-scm.com/docs) |