Here is the main problem: git seems to mark all my files as modified, although there are no changes. Even diff does not show any difference, but he wants me to set / commit all the files again. How can I convince git that there is no change in the way that is still tracking changes made from this point?
I have a git repository that I am editing on two separate computers (both are Macs). I use them to transfer using an image of an encrypted file system on a USB drive and copy using rsync. When I transfer files to my laptop, all files are marked as modified. If I just ignore git and work on files, rsync'ing it back, another computer will correctly recognize only modified files again. Therefore, it works, but itβs really inconvenient for me to work on my laptop when I canβt make my changes until I get back to another machine, because at this point I will have to make several changes in one session.
source share