mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-16 12:54:01 -03:00
@ -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:
|
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.
|
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 <alexlee@exampledomain123.com>
|
|||||||
Date: Tue Jul 22 15:39:27 2014 -0400
|
Date: Tue Jul 22 15:39:27 2014 -0400
|
||||||
|
|
||||||
Bug #21 - Added CSRF protection
|
Bug #21 - Added CSRF protection
|
||||||
|
|
||||||
commit 5ea51731d150f7ddc4a365437931cd8be3bf3131
|
commit 5ea51731d150f7ddc4a365437931cd8be3bf3131
|
||||||
Author: Alex Lee <alexlee@exampledomain123.com>
|
Author: Alex Lee <alexlee@exampledomain123.com>
|
||||||
Date: Tue Jul 22 15:39:12 2014 -0400
|
Date: Tue Jul 22 15:39:12 2014 -0400
|
||||||
|
Reference in New Issue
Block a user