So I have run into an issue where I have setup my Eclipse installation to push config files to a remote git repository (a remote repository on a local linux server). Now, when I change, add or update a file, I am able to save the file, commit the file and then push the file to the remote git repo with no issues. However, when I look at the remote repo, the updated file is not showing any changes and the time stamp does not update. When I run git status
, I see that the file has changed and is waiting on being committed on the remote git repo. This was working before but I am not sure what happened to cause the behavior to change.
I have re-imported the remote repo into eclipse, I have tried to make sure that everything was synced up and tried to push the changes again and I am still seeing a commit in place on the remote repo. I have tried to clean the repo, run an fsck on the repo, I have tried to resync the repo, and of course I have tried to pull the repo many times to get everything in sync. I have even gone as far as restoring the remote repo to a date where I know the repo behaved as expected, pulled and rebased the repo, but the behavior is still the same.
Has anyone else encountered this?
Thanks!