mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-16 12:54:01 -03:00
fix: typo in README.md (#343)
This commit is contained in:
@ -1277,7 +1277,7 @@ Use `git log` to find the commit where you want to split. Then do the following:
|
|||||||
(original_branch)$ git reset --hard <sha1 split here>
|
(original_branch)$ git reset --hard <sha1 split here>
|
||||||
```
|
```
|
||||||
|
|
||||||
If you had previously pushed the `original_branch` to remote, you will need to do a force push. For more information check [Stack Overlflow](https://stackoverflow.com/questions/28983458/how-to-split-a-branch-in-two-with-git/28983843#28983843)
|
If you had previously pushed the `original_branch` to remote, you will need to do a force push. For more information check [Stack Overflow](https://stackoverflow.com/questions/28983458/how-to-split-a-branch-in-two-with-git/28983843#28983843)
|
||||||
|
|
||||||
## Rebasing and Merging
|
## Rebasing and Merging
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user