Date | Phase |
---|---|
February 3rd | Development |
Now that mods have been merged into the development branch, it is prudent to get the latest version of the code locally.
Follow along with the activities below to walk through the process of pulling the latest commits to the origin/develop
branch into your local tracking branch.
All Team Members
Pull the latest commits to the develop
branch from the source repository:
$ git checkout develop
$ git pull
Next we will walk through the process of applying a hotfix to the code in production.