blah From the root directory (no git init) Will complain about empty directory git clone https://github.com/jgithubs/jsPlayground.git Create a first file echo "" > README.md Add the first file git add README.txt Stage the first file git stage . Commit the first file git commit -m "added md file" Push first file A dialog will appear (not command line), requesting username and pw git push