You now have a local copy of your fork of the class repo! Now you'll learn how to update that fork from your machine.
- gain additional reps making changes to a local git repo
- push local changes to a remote repository
cdinto~/dev/wdi/godot/w01/d02/student/- Once there, create a text file called
git_proof.txtand add the text "Hello world!" to the file. - Add and commit your changes to the repo.
- Once the changes are committed, use the command
git push origin master - In Chrome, head to your forked version of the repo on GitHub and visit the
w01/d02/student. You should see your file. - Awesome, edit your
git_proof.txtfile with some additional (safe for work) text. - Add, commit, and push your changes. Validate that they appear on your fork on GitHub.