Update push-changes.md

use push not fetch
This commit is contained in:
Liqiuyue
2021-08-10 12:41:11 +08:00
committed by GitHub
parent 1075bd2297
commit 1f2e79cea0

View File

@ -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