fixed a typo of fetchRebase.js

"工们"->"我们"
This commit is contained in:
wuzh07 2019-08-27 21:53:02 +08:00 committed by GitHub
parent 611d0a1661
commit b25095c2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -947,7 +947,7 @@ exports.level = {
"如果我们在 push 之前做 rebase 呢?"
],
"afterMarkdowns": [
"我们用 `git fetch` 更新了本地仓库中的远程分支,然后用 rebase 将们的工作移动到最新的提交记录下,最后再用 `git push` 推送到远程仓库。"
"我们用 `git fetch` 更新了本地仓库中的远程分支,然后用 rebase 将们的工作移动到最新的提交记录下,最后再用 `git push` 推送到远程仓库。"
],
"command": "git fetch; git rebase o/master; git push",
"beforeCommand": "git clone; git fakeTeamwork; git commit"