From 1f2e79cea0dbfdaa440472a8c782ae2c0b77ade2 Mon Sep 17 00:00:00 2001 From: Liqiuyue <42227133+Liqiuyue9597@users.noreply.github.com> Date: Tue, 10 Aug 2021 12:41:11 +0800 Subject: [PATCH] Update push-changes.md use push not fetch --- snippets/push-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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