OK, I'm spending all of my time trying to push my work to Github, and none of my time working on course material. This stinks! I have Github set up, but it only contains a readme file. I have Git set up on my computer, and I have files staged for commit, but when I try 'git push Crusoe master', I get this...
To Crusoe
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'Crusoe'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
I went there and followed the instructions, which led to more errors. I'm getting really pissed now and could use a SIMPLE set of instructions on EXACTLY how to upload files to Github. I know it must be much easier than it appears. I've looked at two tutorials that I thought were easy to understand, but I still can't upload anything.
Hopefully someone here can help...and hopefully it won't take 5 minutes to spell this out for me.