Closed GuillaumeGomez closed 7 years ago
git add --all or others in https://stackoverflow.com/questions/10859632/git-add-doesnt-work
I tried git add --all
and git add --force
as well. I really spent a lot of times on this issue. :-/
The strange being that git doesn't give any message when adding, just like it worked. However they're never added to the commit. Really strange...
I has same problem with docs but it was due Windows filesystem is caseinsensive, so I can't help with this :(
Try add first file directly, or do it from git gui
.
I did try one by one as well. But didn't with git gui
. Let's see!
It seems like git gui
was the way to go. I wonder what it does differently... Anyway, thanks a lot for the suggestion @EPashkin!
Kinda strange...