diff --git a/README.md b/README.md index 0e23dfb..4b07d0a 100644 --- a/README.md +++ b/README.md @@ -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 ``` -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