From aefc20702ddba706fd0b7e48b4005860c698f790 Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Wed, 1 Feb 2023 10:18:00 +0800 Subject: [PATCH] fix: typo in README.md (#343) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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