From 02043187a77e7e67a360a575a50c00a7fde9363e Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Mon, 27 Nov 2017 00:01:08 +0000 Subject: [PATCH] Add githug (#152) * Add githug Githug is a great interactive game for leaning git * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ef0ad5..42efea0 100644 --- a/README.md +++ b/README.md @@ -1195,6 +1195,7 @@ Using git reset it is then possible to change master back to the commit it was b * [Getting solid at Git rebase vs. merge](https://medium.com/@porteneuve/getting-solid-at-git-rebase-vs-merge-4fa1a48c53aa) * [git-workflow](https://github.com/asmeurer/git-workflow) - [Aaron Meurer](https://github.com/asmeurer)'s howto on using git to contribute to open source repositories * [GitHub as a workflow](http://hugogiraudel.com/2015/08/13/github-as-a-workflow/) - An interesting take on using GitHub as a workflow, particularly with empty PRs +* [Githug](https://github.com/Gazler/githug) - A game to learn more common git workflows ## Scripts and Tools