You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In one of my git projects I got always true returned. But the git status returns no changes.
I executed the git commands behind isDirty manually and got the same results: git diff-index c7f53b57c5b8ea9a2e3c837a09bbef6dc668b561 . :100644 100644 e0de748c18601e6860e667b97c12b9de3212dfb2 0000000000000000000000000000000000000000 M recovery/downloadmanager/public/resources/version.json :100644 100644 a4bc9e8488bc52856ad6836643d4f06010ded752 0000000000000000000000000000000000000000 M recovery/downloadmanager/src/resources/password.json :100644 100644 e0de748c18601e6860e667b97c12b9de3212dfb2 0000000000000000000000000000000000000000 M recovery/downloadmanager/src/resources/version.json
but my git status show always: developer@ubuntu:/data/ngc/recovery/downloadmanager$ git status On branch features/secure-image-file Your branch is up-to-date with 'origin/features/secure-image-file'. nothing to commit, working directory clean
Is there any idea to fix my issue?
The text was updated successfully, but these errors were encountered:
I have some trouble with the isDirty function.
In one of my git projects I got always true returned. But the git status returns no changes.
I executed the git commands behind isDirty manually and got the same results:
git diff-index c7f53b57c5b8ea9a2e3c837a09bbef6dc668b561 . :100644 100644 e0de748c18601e6860e667b97c12b9de3212dfb2 0000000000000000000000000000000000000000 M recovery/downloadmanager/public/resources/version.json :100644 100644 a4bc9e8488bc52856ad6836643d4f06010ded752 0000000000000000000000000000000000000000 M recovery/downloadmanager/src/resources/password.json :100644 100644 e0de748c18601e6860e667b97c12b9de3212dfb2 0000000000000000000000000000000000000000 M recovery/downloadmanager/src/resources/version.json
but my git status show always:
developer@ubuntu:/data/ngc/recovery/downloadmanager$ git status On branch features/secure-image-file Your branch is up-to-date with 'origin/features/secure-image-file'. nothing to commit, working directory clean
Is there any idea to fix my issue?
The text was updated successfully, but these errors were encountered: