mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
fixed a typo of fetchRebase.js
"工们"->"我们"
This commit is contained in:
parent
611d0a1661
commit
b25095c2f6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue