I've signed up to Github and downloaded Github Desktop with the intention of submitting pull requests to tbamud.
Setting up the first clone of tbamud was easy, I even made changes locally and committed them to my forked branch of tbamud. (wow I'm learning real coder speak!)
I did a Pull Request and my changes were merged into the original tbamud master branch (celebration ensued)!
Further changes were made to my local copy and I committed them to my forked branch again.
But now I am stumped:
My forked branch says it is five commits ahead, 1 commit behind tbamud:master.
When I begin the Pull Request process for my most recent changes it includes all my previous changes from the very first Pull Request.
I think I am missing a step to merge my fork with the tbamud:master but haven't been able to find any answers that made sense to my already overflowing brain..
Help!