Skip to content
Cassie Levett edited this page Oct 21, 2019 · 7 revisions

Welcome to the roll20-character-sheets wiki!

How to Sync Your Fork with Master

Full details can be found on Syncing a Fork in GitHub Help. You will need to have an upstream remote configured.

Terminal Commands

  1. git fetch upstream
  2. git checkout master
  3. git merge upstream/master