Re: Off topic about fork on git hub and pull requests

2015-08-07 Thread Mike Tutkowski
Glad to hear it worked. :) On Friday, August 7, 2015, Rafael Weingärtner wrote: > Many thanks mike that worked out. > > On Fri, Aug 7, 2015 at 1:17 AM, Mike Tutkowski < > mike.tutkow...@solidfire.com > > wrote: > > > If the end goal is to just have the master branch on your fork equal to > the

Re: Off topic about fork on git hub and pull requests

2015-08-07 Thread Rafael Weingärtner
Many thanks mike that worked out. On Fri, Aug 7, 2015 at 1:17 AM, Mike Tutkowski wrote: > If the end goal is to just have the master branch on your fork equal to the > master branch on origin, how's about fetching master on origin to your > local system, then switching to your local master branc

Re: Off topic about fork on git hub and pull requests

2015-08-06 Thread Mike Tutkowski
If the end goal is to just have the master branch on your fork equal to the master branch on origin, how's about fetching master on origin to your local system, then switching to your local master branch and executing "git reset --hard origin/master" (assuming you don't have any work in progress...