From bc33066c0e74695a8050f4c24bd91e9c8cc6c372 Mon Sep 17 00:00:00 2001 From: Nav Saini Date: Wed, 28 Aug 2019 18:40:47 +0530 Subject: [PATCH 1/2] Add Fork git client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16e4359..70bc9e7 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [GitExtensions](https://gitextensions.github.io/) - a shell extension, a Visual Studio 2010-2015 plugin and a standalone Git repository tool. * [WorkingCopy](https://workingcopyapp.com) - a powerful Git client for iOS. Free with in-app purchase to unlock the ability to push commits. * [Git Add-ons](https://github.com/stevemao/awesome-git-addons) - Enhance the basic `git` CLI +* [Fork](https://git-fork.com) - An awesome and free git client for macOS and Windows ## Repository Hosting From f2e2df0455cc46a9f6202d3ebb1f8f8574b0d700 Mon Sep 17 00:00:00 2001 From: flerka <6013716+flerka@users.noreply.github.com> Date: Tue, 8 Oct 2019 16:43:30 +0300 Subject: [PATCH 2/2] guide of undoing, fixing or removing commits --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16e4359..9f5651b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [The Git Parable](http://tom.preston-werner.com/2009/05/19/the-git-parable.html) - GitHub Cofounder's Narrative-style Intro to Git Concepts * [CodeBasicsHub: Git Video Tutorials](http://codebasicshub.com/tutorial/git-github/what-is-git) * [Intermediate Git](http://www.columbia.edu/~zjn2101/intermediate-git/#1) - lower-level, more structural explanation of git concepts +* [On undoing, fixing, or removing commits in git](https://sethrobertson.github.io/GitFixUm/fixup.html) - fairly comprehensive guide to recovering from what you did not mean to do when using git ## Client *Git clients are available on every platform, from mainframe to your mobile device*