Let's Collaborate

Now that we've completed the basics, let's put them to work.

Goal

Collaboratively create a working website using git

Setup Overview

Each person has a home directory on wmsandbox-prd, with a 'public_html' directory. We'll be editing (and expanding) upon the index.html file that resides within that directory.

The URL to view your work in progress follows this pattern:

http://wmsandbox.us.randomhouse.com/~[username]/

So my sandbox can be viewed via

http://wmsandbox.us.randomhouse.com/~mbroyles/

Our project homepage for this exercise is

and the address to use for local checkout of this remote is

  • git@git.us.randomhouse.com:git-training/cool-site.git

Setup Steps

Make certain to complete the ssh key-pair steps as explained in earlier chapters.

Divide and Conquer

Let's divide into teams and split the work.

Last updated