diff --git a/snippets/push-changes.md b/snippets/push-changes.md index ccadbdef7..0714d9722 100644 --- a/snippets/push-changes.md +++ b/snippets/push-changes.md @@ -10,7 +10,7 @@ Pushes the current branch's changes to the remote. - Use `git push` to push the latest changes from the local branch to the remote. ```shell -git fetch +git push ``` ```shell