From e300ddfdcc355f2d4d9f10848dce5d2a123c163c Mon Sep 17 00:00:00 2001 From: timfeirg Date: Tue, 16 Dec 2014 07:51:42 -0800 Subject: [PATCH] some remaining dashes --- Commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Commands.md b/Commands.md index edfd4bf..5a9ec43 100644 --- a/Commands.md +++ b/Commands.md @@ -344,7 +344,7 @@ whatis = show -s --pretty='tformat:%h (%s, %ad)' --date=short whois = !sh -c 'git log -i -1 --pretty="format:%an <%ae> ``` -## git-ignore +## git ignore Too lazy to open up `.gitignore`? Me too! @@ -464,7 +464,7 @@ Deleted feature/dashboard (was 923befa). ... ``` -## git-fresh-branch +## git fresh-branch Create empty local branch `name`: @@ -587,7 +587,7 @@ $ git missing master > 97ef387 only on master ``` -## git-rebase-patch patch-file +## git rebase-patch Given a patch that doesn't apply to the current HEAD, find the latest commit it applies to and do a rebase. For example: