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"