From 275ff62454faa748931627b9b128f9b5c0600e10 Mon Sep 17 00:00:00 2001 From: nirajpandkar Date: Wed, 10 Aug 2016 22:02:02 +0530 Subject: [PATCH 1/4] added gtip CLI link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ab3cf1..76a4fab 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [English](http://git.io/git-tips) | [中文](https://github.com/521xueweihan/git-tips) +[gtip](https://github.com/nirajpandkar/gtip) - A handy CLI to make optimum use of these tips. + P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`. From 19e49a97e1f2fe28320cf6d79c0f40d9f7292088 Mon Sep 17 00:00:00 2001 From: nirajpandkar Date: Thu, 11 Aug 2016 11:25:16 +0530 Subject: [PATCH 2/4] changed the name of the module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a4fab..69ae8e2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [English](http://git.io/git-tips) | [中文](https://github.com/521xueweihan/git-tips) -[gtip](https://github.com/nirajpandkar/gtip) - A handy CLI to make optimum use of these tips. +[git-tip](https://www.npmjs.com/package/git-tip) - A handy CLI to make optimum use of these tips. P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`. From 4f94e6733eb86af05f78b9d7c30839aca21b223e Mon Sep 17 00:00:00 2001 From: nirajpandkar Date: Thu, 11 Aug 2016 11:41:59 +0530 Subject: [PATCH 3/4] added Tools subcategory --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ae8e2..1e58e8e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [English](http://git.io/git-tips) | [中文](https://github.com/521xueweihan/git-tips) -[git-tip](https://www.npmjs.com/package/git-tip) - A handy CLI to make optimum use of these tips. +### Tools + +* [git-tip](https://www.npmjs.com/package/git-tip) - A handy CLI to make optimum use of these tips. P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`. From debac552398de728b5689c841a623e9d640bb20e Mon Sep 17 00:00:00 2001 From: nirajpandkar Date: Thu, 11 Aug 2016 12:05:19 +0530 Subject: [PATCH 4/4] format changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e58e8e..6f4dace 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [English](http://git.io/git-tips) | [中文](https://github.com/521xueweihan/git-tips) -### Tools +### __Tools:__ * [git-tip](https://www.npmjs.com/package/git-tip) - A handy CLI to make optimum use of these tips.