Re: [oll-user] Git workflow
Resources for LilyPond and LaTeX users writing (about) music
Status: Alpha
Brought to you by:
u-li-1973
From: Marc S. <ma...@ou...> - 2014-01-12 07:25:13
|
Again, did you read my previous message where I laid out the basics? It kind of sounds to me like you never actually cloned you repo to your computer, so now you're just trying to push random files from any old folder to your fork. It doesn't work that way. You have to clone your fork to your local computer. That local repo on your computer is where you do all your work. You have to be in your local cloned repo when you do anything at all.— Marc Sabatella On Sat, Jan 11, 2014 at 11:00 PM, Joshua Nichols <jos...@gm...> wrote: >> >> Basically, you don't add files or folders to GitHub directly, or indeed >> make any changes whatsoever directly on GitHub. Instead, you make you >> changes - including adding files - to your local repo, then push them to >> your fork. > Please forgive me for being asinine about all of this, but I'm still WAY > behind. I tried many of the commands inside Git, and I'm not even sure why > it isn't working. > Unfortunately, I don't even know how to add a new file to the fork I > have.... > I feel so cumbersome! Your help is greatly appreciated, even if I keep > replying with utter ignorance. > IC, > Josh > On Sat, Jan 11, 2014 at 9:31 PM, Marc Sabatella <ma...@ou...>wrote: >> On 1/11/2014 7:28 PM, Joshua Nichols wrote: >> >>> How in the WORLD do I create folders and add files to GitHub? I have no >>> idea what to do... >>> >> >> Did you read my "big picture" summary? >> >> Basically, you don't add files or folders to GitHub directly, or indeed >> make any changes whatsoever directly on GitHub. Instead, you make you >> changes - including adding files - to your local repo, then push them to >> your fork. >> >> Marc >> >> -------------- next part -------------- An HTML attachment was scrubbed... |