From 0a7bbef10cef73756508f5d6c3bceb74392b014c Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Thu, 16 Jul 2015 00:37:01 +0530 Subject: [PATCH 1/2] Revert "tip for deleting a local or remote branch" --- tips.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tips.json b/tips.json index 58eaa36..f1a77f9 100644 --- a/tips.json +++ b/tips.json @@ -35,12 +35,4 @@ "title": "Track upstream branch", "tip": "git branch -u origin/mybranch" } - { - "title": "Delete local branch", - "tip": "git branch -d local_branchname" - } - { - "title": "Delete remote branch", - "tip": "git push origin :remote_branchname" - } ] From dabba0095fbed05a5b2508f14f326e8f76391c3f Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Wed, 15 Jul 2015 19:09:15 +0530 Subject: [PATCH 2/2] s/clone/fork/g --- contributing.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/contributing.md b/contributing.md index bdcd68b..62afd01 100644 --- a/contributing.md +++ b/contributing.md @@ -1,10 +1,7 @@ ## Easy steps: -* Clone this [repo](https://github.com/git-tips/tips.git): - ```sh - $ git clone https://github.com/git-tips/tips.git - ``` - +* [Fork](https://github.com/git-tips/tips/network) the repo. + * Install the deps: ```sh $ cd tips && npm install