From 160fa86460bb8df8814fd952fc03953116179e97 Mon Sep 17 00:00:00 2001 From: Olga Brani Date: Tue, 7 Jun 2016 11:03:26 +0300 Subject: [PATCH] MINOR: Fix typo --- README.md | 2 +- tips.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7b7efb..b823be0 100644 --- a/README.md +++ b/README.md @@ -686,7 +686,7 @@ git diff --staged ## Extract file from another branch. ```sh -git show : +git show : ``` ## List only the root and merge commits. diff --git a/tips.json b/tips.json index 7746fe5..22d6877 100644 --- a/tips.json +++ b/tips.json @@ -304,7 +304,7 @@ "tip": "git diff --staged" },{ "title": "Extract file from another branch.", - "tip": "git show :" + "tip": "git show :" }, { "title": "List only the root and merge commits.", "tip": "git log --first-parent"