Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

How to Update Master

Bryan Masamitsu Parsons edited this page Sep 25, 2018 · 1 revision

HOWTO: Update master branch

  1. Always check what branch you are on!
    • git branch
  2. Checkout the master branch
    • git checkout master
  3. Pull updates to master
    • git pull