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