1
I don’t know what’s going on with the repository I’m using, but all the programmers who are using it are contemplating the same conflicts after the pull
.
And often these conflicts are being caused by simple spaces that are added or removed in the document.
Example:
public function get(){
<<< HEAD
========
3423asdasd023423>>>>>
$test = 1;
return $test;
}
How can I fix this?
This is looking like file corruption. And of course it was spreading to everyone.
– Maniero
Keep giving
chmod -R 0777 *
in the repository clone folder can cause this problem? (since it seems to count as a change, according to howrabbitvcs
?– Wallace Maxters
Can’t it be those commands from
java -jre bfg
andgit filter-branch
who’s giving these sticks away?– Wallace Maxters