diff options
author | Jake Prather <JakeHP@Zoho.com> | 2015-09-19 11:07:26 -0500 |
---|---|---|
committer | Jake Prather <JakeHP@Zoho.com> | 2015-09-19 11:07:26 -0500 |
commit | 92eef7f483fd4c1192aab8049e8b2f0e926523e4 (patch) | |
tree | 21fa7b782217c71084712f8095b4fcc6f6b1de01 /git.html.markdown | |
parent | 33074b4e42a8c4c4686f548ac0f414e1e4118fd0 (diff) |
Add Udemy's new git tutorial as a resource.
Diffstat (limited to 'git.html.markdown')
-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) |