From 1883097a8b079151840b1d1f0e1756bc5733469f Mon Sep 17 00:00:00 2001 From: Shaya Cohen Date: Mon, 6 Nov 2017 19:22:35 -0500 Subject: [PATCH] add learngitbranching tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84d993d..ce45926 100644 --- a/README.md +++ b/README.md @@ -989,6 +989,7 @@ Using git reset it is then possible to change master back to the commit it was b ## Tutorials +* [Learn Git branching](https://learngitbranching.js.org/) An interactive web based branching/merging/rebasing tutorial * [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