diff --git a/Readme.md b/Readme.md index 1c9b0f0..e7e475f 100644 --- a/Readme.md +++ b/Readme.md @@ -127,8 +127,9 @@ The next screen will pop up asking you to edit your commit messages. You can cho Once your squash completes, you can push it to the remote repo. In this case, these squashed commits have been pushed to the server. However, I'm the only user of this branch and can safely force push the commit to update the git repo. + ```bash git push origin pull-request-demo -f ``` -The pull request will automatically update to reflect the changes. \ No newline at end of file +The pull request will automatically update to reflect the changes.