|
|
|
|
|
by AlotOfReading
1057 days ago
|
|
Not OP, but I've encountered a few situations where the solution was modifying .git/ manually. The one that comes to mind was having two branches with names separated only by case on a case sensitive system, and then checking out both on a case insensitive system. |
|
Of course if the solution is editing .git/config, that's even easier, but it probably takes more than that.