Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 277 Bytes

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 >:()