Skip to content

Commit

Permalink
Merge pull request k88hudson#41 from k88hudson/circosta
Browse files Browse the repository at this point in the history
fixes typo
  • Loading branch information
k88hudson committed Mar 13, 2015
2 parents 4f85cb5 + 3786c88 commit 1ddfc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ If you need to change all of history, see the man page for 'git filter-branch'
Create the new branch while remaining on master:

```
(master)$ git branch new-branch
(master)$ git branch new-branch
```

Find out what the commit hash you want to set your master branch to (`git log` should do the trick). Then reset to that hash.
Expand Down Expand Up @@ -257,7 +257,7 @@ Author: Alex Lee <alexlee@exampledomain123.com>
Date: Tue Jul 22 15:39:27 2014 -0400
Bug #21 - Added CSRF protection
commit 5ea51731d150f7ddc4a365437931cd8be3bf3131
Author: Alex Lee <alexlee@exampledomain123.com>
Date: Tue Jul 22 15:39:12 2014 -0400
Expand Down

0 comments on commit 1ddfc17

Please sign in to comment.