Off topic about fork on git hub and pull requests

2015-08-06 Thread Rafael Weingärtner
Hi guys, I know this might not be the right place to post it, but I bet that you have the answer at the tip of your tongue. I have created a fork from https://github.com/apache/cloudstack, on that fork I have made some changes and created a pull request. The pull request was already accepted and m

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...

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-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