How to pull from upstream To set up pulling from the upstream remote run git remote add upstream https://github.com/Asbyth/ForgeTemplate. You only need to run this once! To actually pull from upstream: git pull upstream master --rebase (No merge commits >:()