Where I got scored on from my last 15 games

Just FYI, create an account on GitHub, create a new repository (with your choice of license), locally clone the empty repository using the link in the UI, add/copy your code to the locally cloned repository directory, git add the code you copied to “stage” the commit, git commit -m “your commit message” to publish your code as a commit that progresses the Git history of the repository, and git push.

Going forward you might want to first git checkout -b <branchname> to handle multiple branches of separate development, git rebase <another branch> to synchronize and linearize your commit history between branches, and create a pull request to merge your branch into the master branch to review or have others review your code prior to progressing the master branch, but for a first push the above is obviously enough since there’s nothing to review before your first commit.

Now share your code! :3

/r/RocketLeague Thread Parent Link - v.redd.it