From 376f848b63d70e0feccba5e2e0f661641a5e817d Mon Sep 17 00:00:00 2001 From: Shaun Donnelly Date: Mon, 30 Nov 2015 12:03:01 +0000 Subject: [PATCH] Typo. --- _posts/2015-10-06-git-recover-deleted-branch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2015-10-06-git-recover-deleted-branch.md b/_posts/2015-10-06-git-recover-deleted-branch.md index 25df809..70ed555 100644 --- a/_posts/2015-10-06-git-recover-deleted-branch.md +++ b/_posts/2015-10-06-git-recover-deleted-branch.md @@ -14,7 +14,7 @@ After merging a pull request, you deleted a branch from Git, both locally and re Run `git log` to see all commits made in reverse order, and find the one where the pull request was merged originally. -(% highlight bash %} +{% highlight bash %} commit Merge: Author: Hermione Granger @@ -23,7 +23,7 @@ Date: Thu Nov 26 10:09:00 2015 +0000 Merged in branch-to-recover (pull request #100) -(% endhighlight %} +{% endhighlight %} Copy the long SHA from the top of the entry (it looks something like `commit j45yf2yu45fuy5f3u4yt2f5acbdfdcdcdbfacdbfbfc425u`).