NCAR's Repositories:
eol_cdp : git://eol-git.guest.ucar.edu/eol_cdp # readonly
gitosis@eol-git.guest.ucar.edu:eol_cdp # read-write: requires registering a key with Joe VanAndel
CHILL's Repositories:
cdp: gitosis@lab.chill.colostate.edu:cdp.git
Git Recipes
Merging Changes
# Establish an alias for the remote repository
$ git remote add eol_cdp git://eol-git.guest.ucar.edu/eol_cdp
# fetch the changes
$ git fetch eol_cdp
$ git difff eol_cdp/master # show the differences (we may sometimes use a different branch)
$ git merge eol_cdp/master