Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 588 Bytes

File metadata and controls

17 lines (10 loc) · 588 Bytes

@PhillyDevCamp Testing!

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!

https://octodex.github.com/images/daftpunktocat-guy.gif

Also, Victor is awesome! 😄

Problems?

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