Closed redanaheim closed 5 years ago
Just for future reference @TigerGold59, use git pull --rebase
instead of git pull
to update from remote. This will prevent all of those Merge branch 'master'
commits.
As well, it might be helpful to create a separate branch for each change you want to commit, i.e. git checkout -b better-readme
, and make changes there instead of your fork's master
.
I added info on how to build, added the scripts format and example scripts, etc.