diff options
-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 47bac3ba..01dc92c1 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -573,6 +573,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) +* [Learn Git Branching - the most visual and interactive way to learn Git on the web](http://learngitbranching.js.org/) + * [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/) |