A testing git repo for practicing git. Refer to the wonderful documentation for instructions on how to use Git.
The GitHub cat (aka Octocat) is up all night to get lucky!
Also, Victor is awesome! 😄
If you get an error on git push it is often just that you need to do a git pull to get other new changes from upstream and then do a git push:
git pull
git push
