Re: [git-users] newbie: Merging from remote projects into my modified branch

2012-08-17 Thread tigerfoot
That did the trick, thanks! Bookmarked for future reference. On Friday, August 17, 2012 2:59:18 PM UTC-5, Adam Prescott wrote: > > GitHub covers this in their "Fork A Repo" help page: > https://help.github.com/articles/fork-a-repo > > See the section, "Pull in upstream changes". > > Adam > --

Re: [git-users] newbie: Merging from remote projects into my modified branch

2012-08-17 Thread Adam Prescott
GitHub covers this in their "Fork A Repo" help page: https://help.github.com/articles/fork-a-repo See the section, "Pull in upstream changes". Adam -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to gi

[git-users] newbie: Merging from remote projects into my modified branch

2012-08-17 Thread tigerfoot
Hello, I cloned a project someone else wrote (say github://author/foo) into my own repo and made several changes and have pushed them back to my own repo (github://me/foo). I left the project alone for a while but now see the original author has made a lot of changes in his code, github://auth