Merge pull request #597 from wuzh07/fixTypo-from-wuzh07

fixed a typo of fetchRebase.js
This commit is contained in:
Peter Cottle 2019-08-27 08:50:36 -07:00 committed by GitHub
commit 251ec17ed9
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"