Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
The pull request will automatically update to reflect the changes.