diff --git a/README.md b/README.md index 1445b55..db989ca 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,9 @@ Press the `q` key to quit from the help screen. ## More resources * [Git tutorial for beginners](https://youtu.be/0fKg7e37bQE). - +* [git - the simple guide](http://rogerdudler.github.io/git-guide/) - Great introductory guide if you don't know much about git. +* [Try Git](https://try.github.io/levels/1/challenges/1) - Learn by doing, for beginners to git. +* [Learn Git Branching](https://learngitbranching.js.org/) the most visual and interactive way to learn Git on the web. ## Extra Credit diff --git a/ahaha.txt b/ahaha.txt new file mode 100644 index 0000000..decae44 --- /dev/null +++ b/ahaha.txt @@ -0,0 +1 @@ +Testing branch.