-
Notifications
You must be signed in to change notification settings - Fork 71
Advanced Github Maintenance
JCRichstein edited this page Jun 19, 2013
·
2 revisions
In order to update the AgentSpring repository to the lastest commit on AgentSpring, the following steps are necessary
- Change to the AgentSpring directory with emlab-generation
cd ~/emlab-generation/AgentSpring - Check-out the current master branch
git checkout master - Update the master branch
git pull - Get back the the emlab-generation main directory
cd .. - Add the changes to AgentSpring to the current commit
git add AgentSpring - Commit the changes and push them to emlab-generation
git ci -m "Updated AgentSpring versiongit push EMLab develop
Make sure that if necessary all users manually update their develop branches by running git submodule update.