The repository for the ACM 2020 Github Workshop!
$ git clone https://github.com/SCUACM/github_workshop_2020.git
Clone into your Desktop then navigate to this repository
$ git checkout -b [branch_name]
Create a new branch. Name the branch after yourself.
Add a new file locally.
$ git add [filename]
$ git commit -m "Adds a new file."
$ git push origin [branch_name]
Find your branch on this repository and create a pull request. After your pull request is accepted...
You should see your file added to the repository!