mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-30 15:44:35 +02:00
Merge pull request #597 from wuzh07/fixTypo-from-wuzh07
fixed a typo of fetchRebase.js
This commit is contained in:
commit
251ec17ed9
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