diff --git a/content/collaborating/pull-requests-and-git-flow.md b/content/collaborating/pull-requests-and-git-flow.md index 23ebdb8..b2726a8 100644 --- a/content/collaborating/pull-requests-and-git-flow.md +++ b/content/collaborating/pull-requests-and-git-flow.md @@ -94,7 +94,7 @@ If you now need to pull those changes to your local repository you can do so as ```shell git pull --rebase origin main git pull -```` +``` ## A friendly note on owner rights, and force push permissions