Tuesday, March 13, 2012

Getting a grip on Git

Ok, so I know how to edit and add files to my local repository, and then push them to GitHub.

Matt forked my project. What can I do with this? I tried to add a new remote repo, create a branch, switch to that branch, and then pull down what he's done, but it didn't really work how I thought it would. I figured it would basically remove what I had existing and then put what he did, but it tried to merge the two and did a bad job of it.

My intention is to simply run things exactly how he is to try it out. What do I do?

I guess I'll be doing more studying later. Oof. I'm having a horrible time searching for what to do.

No comments:

Post a Comment