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