From 3786c8832d49beef2e6acbff1160a7b505b80192 Mon Sep 17 00:00:00 2001 From: "Ciro S. Costa" Date: Fri, 1 Aug 2014 13:14:57 -0300 Subject: [PATCH] fixes typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 114a491..4fd3fd4 100644 --- a/README.md +++ b/README.md @@ -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. @@ -257,7 +257,7 @@ Author: Alex Lee Date: Tue Jul 22 15:39:27 2014 -0400 Bug #21 - Added CSRF protection - + commit 5ea51731d150f7ddc4a365437931cd8be3bf3131 Author: Alex Lee Date: Tue Jul 22 15:39:12 2014 -0400