mikezang macrumors 6502a Original poster May 22, 2010 939 41 Tokyo, Japan Jan 21, 2013 #1 I add a folder to my project and I add it to git, but I found the status is in "?A", I can't commit it, what can I do? Attachments Screen Shot 2013-01-21 at 21.54.56.jpg 11.7 KB · Views: 98
I add a folder to my project and I add it to git, but I found the status is in "?A", I can't commit it, what can I do?
KoolStar macrumors demi-god Oct 16, 2006 825 9 Kentucky Jan 21, 2013 #2 Well that A status means added and the ?mark mean and unknown status or unable to determine status. This usually is due to a file being moved after it was added to the local repository.
Well that A status means added and the ?mark mean and unknown status or unable to determine status. This usually is due to a file being moved after it was added to the local repository.
mikezang macrumors 6502a Original poster May 22, 2010 939 41 Tokyo, Japan Jan 21, 2013 #3 But my files still are there, I didn't move them. Do you have any idea to solve it?