From 69e5a6aac6f2a8d7c5014aa1cec23a450e516aff Mon Sep 17 00:00:00 2001 From: Yanis Urbis Date: Sat, 8 Oct 2016 09:09:17 +0300 Subject: [PATCH 1/5] add 4 more tutorials --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68ded64..e5fbf80 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Pull requests on interesting tools/projects/resources are welcome. * [Git Pocket Guide](http://chimera.labs.oreilly.com/books/1230000000561) - a short O'Reilly book on Git * [Git Real: Code School](https://www.codeschool.com/courses/git-real/) - paid training course from Code School * [Git Branching](http://pcottle.github.io/learnGitBranching/) - visual way to learn git branching +* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html) - short book about Git +* [Git from the bottom up](https://jwiegley.github.io/git-from-the-bottom-up/) - great series of articles about Git +* [Git-it](https://github.com/jlord/git-it-electron) - app-tutorial on Git +* [Git How To](githowto.com) - step by step intro ## Client *Git clients are available on every platform, from mainframe to your mobile device* From 2a3d15bfbd10a529f9b0dc4f581ad8e6ed53a095 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 25 Oct 2016 14:44:07 -0400 Subject: [PATCH 2/5] Updating GitKraken per license change GitKraken is now only free for non-commercial users. https://blog.axosoft.com/2016/10/07/gitkraken-pricing-clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ded64..b1c49e7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [git-cola](http://git-cola.github.io/) - a cross-platform Git GUI client * [SGit](https://github.com/sheimi/SGit) - Git client for Android 4.x * [Ungit](https://github.com/FredrikNoren/ungit) - The easiest way to use git. On any platform. Anywhere. -* [GitKraken](https://www.gitkraken.com/) - a cross Git client for Windows, Mac & Linux. Electron based. Free for commercial use and paid Pro version is available. +* [GitKraken](https://www.gitkraken.com/) - a cross Git client for Windows, Mac & Linux. Electron based. Free for non-commercial use and paid Pro version is available. ## Repository Hosting *People have plenty of options to host their source code* From 9485e5e0602f4b6ddda716537de4f9fff4de1784 Mon Sep 17 00:00:00 2001 From: Dominic Monroe Date: Fri, 28 Oct 2016 13:41:38 +0100 Subject: [PATCH 3/5] Add ghq to tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1c49e7..0e79a5e 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [git-extras](https://github.com/tj/git-extras) – git utilities adding useful git commands. * [Gitrob](https://github.com/michenriksen/gitrob) - a command line tool to find sensitive information lingering in publicly available files on GitHub * [gitFS](https://www.presslabs.com/gitfs/) - a FUSE file system that fully integrates with git +* [ghq](https://github.com/motemen/ghq) — Organization for remote repositories ## Extensions *Git is designed for source control management. but people extend the idea and push version control to everywhere* From b31779c50a842eb2677f6fde73ad7c60c91a0035 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 29 Nov 2016 09:13:30 -0800 Subject: [PATCH 4/5] add git-extra-commands link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e79a5e..8697320 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [GitIgnore Collection](https://github.com/github/gitignore) - collection of gitignore files for various programming language * [etckeeper](http://etckeeper.branchable.com/) - a collection of tools to let /etc be stored in a git repository * [git-extras](https://github.com/tj/git-extras) – git utilities adding useful git commands. +* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Another collection of useful git commands. * [Gitrob](https://github.com/michenriksen/gitrob) - a command line tool to find sensitive information lingering in publicly available files on GitHub * [gitFS](https://www.presslabs.com/gitfs/) - a FUSE file system that fully integrates with git * [ghq](https://github.com/motemen/ghq) — Organization for remote repositories From a09ff39d7f1a41a3f90f13f28411b57112ace8ce Mon Sep 17 00:00:00 2001 From: Dmitriy Olshevskiy Date: Mon, 6 Mar 2017 20:36:32 +0300 Subject: [PATCH 5/5] add GitExtensions, GUI client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e79a5e..d2f7bad 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [SGit](https://github.com/sheimi/SGit) - Git client for Android 4.x * [Ungit](https://github.com/FredrikNoren/ungit) - The easiest way to use git. On any platform. Anywhere. * [GitKraken](https://www.gitkraken.com/) - a cross Git client for Windows, Mac & Linux. Electron based. Free for non-commercial use and paid Pro version is available. +* [GitExtensions](https://gitextensions.github.io/) - a shell extension, a Visual Studio 2010-2015 plugin and a standalone Git repository tool. ## Repository Hosting *People have plenty of options to host their source code*