Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1010 Bytes

4-fetching-latest.md

File metadata and controls

40 lines (26 loc) · 1010 Bytes

4. Fetching Latest

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.

🏃 Activities

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.

1 - Pull Latest from develop

All Team Members

Pull the latest commits to the develop branch from the source repository:

$ git checkout develop

$ git pull

Next

Next we will walk through the process of applying a hotfix to the code in production.

Go

Quick Links