fix: typo in README.md (#343)

pull/350/head
Zhizhen He 1 year ago committed by GitHub
parent 8413701f30
commit aefc20702d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>
```
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

Loading…
Cancel
Save