Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaundon committed Nov 30, 2015
1 parent 40c2358 commit 376f848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2015-10-06-git-recover-deleted-branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <very long SHA here>
Merge: <more SHA stuff>
Author: Hermione Granger <hgranger@ministryofmagic.uk>
Expand All @@ -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`).

Expand Down

0 comments on commit 376f848

Please sign in to comment.