forked from justingardner/mrTools
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Denis Schluppeck edited this page Aug 18, 2015
·
1 revision
there is a github fork of mrTools to make passing code back to Stanford/NYU a bit easier. justingardner/mrTools is forked at schluppeck/mrTools and we have grabbed various branches (master, life, etc.)
To make sure you keep track of changes in the remote repo (justingardner/mrTools) you need to make sure you have your local repo (with push permissions to schluppeck/mrTools set up correctly):
# command for cloning schluppeck/mrTools
git clone
# checking remote: justingardner/mrTools
# adding remote, if necessary
# sync / fetch
# then get started w/ work
#
# e.g. get local working copy of life branch
# this tracks the remote...
git checkout -b life origin/life
# git merge upstream/master