From f0e15139833bdc38922e79f6a85891b8c782013f Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Tue, 10 Jan 2023 17:39:42 +0800 Subject: [PATCH] fix: typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b42c461..56981aa 100644 --- a/README.md +++ b/README.md @@ -1278,7 +1278,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