KSP-KOS / KSLib

The standard library and examples for the Kerboscript language
MIT License
120 stars 40 forks source link

Warning: Step 5 and 6 were in the wrong order before. #111

Closed Dunbaratu closed 5 years ago

Dunbaratu commented 5 years ago

I was re-reading this and realized that it's vital to make sure you are ALREADY on master branch before you do the git pull upstream master, otherwise it would end up merging upstream/master into whatever other branch you happened to be on at the time, instead of merging upstream/master into your master. Therefore steps 5 and 6 were in the wrong order.