Microchip-MPLAB-Harmony / contentmanager

Harmony 3 Content Manager
https://microchip-mplab-harmony.github.io/contentmanager/
Other
3 stars 2 forks source link

git reports modified files downloaded with 1.7.0 plugin #11

Open SpareSimian opened 2 years ago

SpareSimian commented 2 years ago

I'm launching the content manager from MPLabX 5.50 Tools menu under Win10 x64. I download core_apps_pic32mz_ef and its dependencies into a fresh F:\devel\Microchip\Harmony3 framework directory. I open a command prompt and run "git status" and it reports two PNG files as modified. "git reset --hard" fails to restore these files.

f:\devel\Microchip\Harmony3\core_apps_pic32mz_ef>git status
Not currently on any branch.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
    modified:   apps/rtos/freertos/basic_freertos/images/output2_1.PNG
    modified:   docs/apps/rtos/freertos/basic_freertos/images/output2_1.PNG

no changes added to commit (use "git add" and/or "git commit -a")

f:\devel\Microchip\Harmony3\core_apps_pic32mz_ef>git --version
git version 2.34.0.windows.1

f:\devel\Microchip\Harmony3\core_apps_pic32mz_ef>git reset --hard
HEAD is now at 9d883ee [APPS] Remove warning switches from usb and littlefs apps

f:\devel\Microchip\Harmony3\core_apps_pic32mz_ef>git status
Not currently on any branch.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
    modified:   apps/rtos/freertos/basic_freertos/images/output2_1.PNG
    modified:   docs/apps/rtos/freertos/basic_freertos/images/output2_1.PNG

no changes added to commit (use "git add" and/or "git commit -a")