From c7fc4e8c57cc50830753ce1a7be6243d1c22b7a0 Mon Sep 17 00:00:00 2001 From: Pavol Travnik Date: Wed, 13 Dec 2017 19:10:41 +0100 Subject: [PATCH 1/2] new branch test --- ahaha.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 ahaha.txt 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. From ad2e731a33fb90fbd371ec07a39936b10070d146 Mon Sep 17 00:00:00 2001 From: Pavol Travnik Date: Wed, 13 Dec 2017 19:28:39 +0100 Subject: [PATCH 2/2] new resources --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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