• Suki | Damn git merge conflicts
    August 23, 2012, 11:16:40 AM
    Code: [Select]
    <<<<<<< HEAD

    foreach ($type as $t)
    cache_put_data(self::$name .':'. $t, '');
    }
    =======
    >>>>>>> github/master

    foreach ($type as $t)
    cache_put_data(self::$name .':'. $t, '');
    }

    Seriously?

    All the documentation they have is for the command line thing, which I detest with all my heart (thats material for another rant).

    I already tried everything, no luck, perhaps it's just a blank line, something really stupid, dunno.
  • Suki | Re: Damn git merge conflicts
    August 28, 2012, 07:39:54 AM
    Yeah, it was indeed something silly...
  • Suki | Re: Damn git merge conflicts
    September 14, 2012, 05:28:40 PM
    Really, really fed up of this git conflicts...  No matter what I do there is always a file with a merge conflict that just doesn't go away, I resolve the conflict, update the file, stage the file and then on commit git doesn't recognize the fix or it thinks I added something else, which of course is totally false...