Sometimes a file does not differ from the repository version. But GIT shows it as modified and does not accept a revert.
This file, however should not be commited, because it has not changed, but is simply not properly managed by GIT.
This is related to GIT working in file mode.
Try this and then pull again:
$git config core.fileMode false
This file, however should not be commited, because it has not changed, but is simply not properly managed by GIT.
This is related to GIT working in file mode.
Try this and then pull again:
$git config core.fileMode false
Keine Kommentare:
Kommentar veröffentlichen