I have a git repo on Windows. Now I installed dual boot to linux on the same machine.
In linux, I mounted the NTFS and I did
cp -r /media/OS/Users/xl/git/xyz ~/git/xyz
then since I've worked on linux at ~/git/xyz and also have git committed (locally).
Did I just screw up my git info? If so, how to fix?
Unfortunately, there's no any remote repository nor any pristine backup, because I already rysnc's back to the NTFS one from linux. (NTFS is case-insensitve but case aware, if that matters)
thanks.