more levels

This commit is contained in:
Peter Cottle 2013-10-07 21:21:18 -07:00
parent 541ae67fbd
commit fa7b918be9
5 changed files with 544 additions and 12 deletions

View file

@ -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"