From 614e5a9638a169ee652d9731d895d653b3baba4e Mon Sep 17 00:00:00 2001 From: S N Munendra Date: Sun, 19 Jun 2016 20:40:54 +0530 Subject: [PATCH] resolve merge conflict --- tips.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tips.json b/tips.json index 8eb7c56..5d31a3a 100644 --- a/tips.json +++ b/tips.json @@ -361,10 +361,7 @@ }, { "title": "Clone a shallow copy of a repository", "tip": "git clone https://github.com/user/repo.git --depth 1" -<<<<<<< HEAD }, { "title": "Search Commit log across all branches for given text", "tip": "git log --all --grep=''" -======= ->>>>>>> 93e25eb7185e0e98398a170126f9395f26096798 }]