From 262f3c7261595837d7299fc913a37e0229fd7881 Mon Sep 17 00:00:00 2001 From: Zaphod Beeblebrox Date: Tue, 31 Oct 2017 23:40:58 +0100 Subject: [PATCH 1/3] Corrected typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0dd195..d338f57 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Pull requests on interesting tools/projects/resources are welcome. ## Client *Git clients are available on every platform, from mainframe to your mobile device* -* [TortoiseGit](https://tortoisegit.org/) - an easy-to-use Git client on Windows. well-intrgrated with Windows Explorer. +* [TortoiseGit](https://tortoisegit.org/) - an easy-to-use Git client on Windows. well-integrated with Windows Explorer. * [GitHub Desktop](https://desktop.github.com/) - Git Client by GitHub. works with GitHub and GitHub Enterprise seamlessly * [SourceTree](https://www.sourcetreeapp.com/) - free (in-beer) GUI client. Windows and Mac only * [Tower](http://www.git-tower.com/) - a popular non-free Git GUI client. Mac and Windows From 9be674884c5b69d1cf01f62e5ab621a9677fdbfd Mon Sep 17 00:00:00 2001 From: Zaphod Beeblebrox Date: Tue, 31 Oct 2017 23:41:47 +0100 Subject: [PATCH 2/3] Added link to interactive tutorial (in D3.js) for explaining basic Git concepts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d338f57..642881f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Git-it](https://github.com/jlord/git-it-electron) - app-tutorial on Git * [Git How To](http://githowto.com) - step by step intro * [Migrating to Git LFS](http://vooban.com/en/tips-articles-geek-stuff/migrating-to-git-lfs-for-developing-deep-learning-applications-with-large-files/) - Use Git LFS on an existing repository to manage large files in a better way +* [Explain Git with D3](http://onlywei.github.io/explain-git-with-d3/) - Visualized few basic Git concepts using D3.js: commit, branch, checkout, reset, revert, merge, rebase, fetch, pull, push, tag ## Client *Git clients are available on every platform, from mainframe to your mobile device* From 776ae895416d1e61df2cc5a1d325e92e67d06030 Mon Sep 17 00:00:00 2001 From: Zaphod Beeblebrox Date: Tue, 31 Oct 2017 23:51:32 +0100 Subject: [PATCH 3/3] Add one more useful link with timeline, level perspective and cheatsheet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 642881f..e9cb4ea 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Git How To](http://githowto.com) - step by step intro * [Migrating to Git LFS](http://vooban.com/en/tips-articles-geek-stuff/migrating-to-git-lfs-for-developing-deep-learning-applications-with-large-files/) - Use Git LFS on an existing repository to manage large files in a better way * [Explain Git with D3](http://onlywei.github.io/explain-git-with-d3/) - Visualized few basic Git concepts using D3.js: commit, branch, checkout, reset, revert, merge, rebase, fetch, pull, push, tag +* [Making Sense of Git – A Visual Perspective](https://appendto.com/2015/06/making-sense-of-git-a-visual-perspective/) - Git from a timeline and level perspective and git commands cheatsheet grouped by functionality ## Client *Git clients are available on every platform, from mainframe to your mobile device*