Skip to content

Commit 0bc6e7f

Browse files
author
Vm
authored
Update git-workflow.md
同步远程仓库错误。
1 parent 316a4b9 commit 0bc6e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ git clone <项目地址> # clone the remote repository
7979

8080
```sh
8181
git checkout -b my-feature # create a new branch my-feature from the current branch
82-
git push -u origin my-feature-branch # sync to remote server
82+
git push -u origin my-feature # sync to remote server
8383
git branch -a # display branch status
8484
```
8585

0 commit comments

Comments
 (0)