Repo Created 

Repo Created  - student project

Hi, this was really good, and I enjoyed it, made a ton of notes.

 

I came across a little hickup when using git push origin master which created an error message.

but with a little research on my own I figured out what to do.

Here is the explanation which is in the helloworld.txt file:

-------------------------------------------------------------------------------------------------------------------------------------------

Hey guys this is my first repoThe git push origin master didn't work was getting error :Git push: “fatal 'origin' does not appear to be a git repository - fatal Could not read from remote repository.”then I used git push -u origin master .It asked for a login into github via a popup then it committed.

-------------------------------------------------------------------------------------------------------------------------------------------

The third time I committed it didn't work with the git push -u origin master then I discovered you only need to use git push -u