I am trying to get a html file from my desktop onto my github using the windows command prompt.
I've followed a few tutorials but I keep reaching dead ends in terms of getting errors every time.
Can someone break it down barney style (be as explicit as possible) to try and explain the steps I need to take to commit a directory?
What I've been doing is:
git init
git commit -m "first commit"
git remote add origin
https://github.com/JAFloretta/audioeng.gitgit push -u origin master
As well as:
git remote add origin
https://github.com/JAFloretta/audioeng.gitgit push -u origin master
I seem to not be doing something right.
The most common error I run into is: (after I try git push -u origin master)
This post was edited by Shakti on Aug 6 2015 07:41pm