From 07e0f8fc76be3576f209fba616a9fae80ae632c6 Mon Sep 17 00:00:00 2001 From: Armaan Hussain <32784782+Armaanisnotonfire@users.noreply.github.com> Date: Mon, 1 Oct 2018 21:16:51 -0700 Subject: [PATCH] Update Readme.md --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.