I did some much overdue study on git. The above directions helped me a lot. I think the main step I was missing, and maybe should have been in these directions, was to add the original fork to my list of remotes:
After that it was pretty smooth sailing.
Code:
git remote add official https://github.com/angband/angband.git
Comment