We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316a4b9 commit 0bc6e7fCopy full SHA for 0bc6e7f
git-workflow.md
@@ -79,7 +79,7 @@ git clone <项目地址> # clone the remote repository
79
80
```sh
81
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
+git push -u origin my-feature # sync to remote server
83
git branch -a # display branch status
84
```
85
0 commit comments