mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
more levels
This commit is contained in:
parent
541ae67fbd
commit
fa7b918be9
5 changed files with 544 additions and 12 deletions
|
@ -37,7 +37,7 @@ exports.level = {
|
|||
"Let's first see a `fetch` and a `merge` executed sequentially"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Boom -- we downloaded `C3` with a `fetch` and then merged in that work with `git merge origin/master`. Now our `master` branch reflects the new work from the remote (in this case, named `origin`)"
|
||||
"Boom -- we downloaded `C3` with a `fetch` and then merged in that work with `git merge o/master`. Now our `master` branch reflects the new work from the remote (in this case, named `origin`)"
|
||||
],
|
||||
"command": "git fetch; git merge o/master",
|
||||
"beforeCommand": "git clone; git commit; git fakeTeamwork"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue