Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Need help with git for skipping hw_settings.ini
I need help, my knowledge of how git commands work is very poor, though I understand how it works very well (story of my life!). This is the problem: The hw_settings.ini was earlier checked into the git repo, but users run their own calibration settings and a new hw_settings.ini gets written. However, when we do an update, the hw_settings.ini from the git repo tried to overwrite the custom generated hw_settings.ini.? To overcome this, I removed the hw_settings.ini from the git repo with a git rm command, made a commit and pushed the changes to the github. However, now, as many users are reporting, on update, the hw_settings.ini is being flagged as "changed" and prompting the user to stash it. It essentially is trying to say that hw_settings.ini shouldn't be there. Is there some magic we can do with .gitignore that will make future git pulls and pushes ignore hw_settings.ini and let it exist in the data folder? - farhan? |
Git ignore . On Mon, 12 Jun 2023, 13:04 Ashhar Farhan, <farhanbox@...> wrote:
|
Hope this helps? Regards? Daniel? On Mon, 12 Jun 2023, 14:54 Daniel Young via , <somersetlevels=[email protected]> wrote:
|
I have added the .gitignore to the repo. can someone run ./update and see if it works on?your end? On Mon, Jun 12, 2023 at 7:31?PM Daniel Young <somersetlevels@...> wrote:
|
¿ªÔÆÌåÓýHi Ashhar,
Just add hw_settings.ini on a line by itself in the .gitignore file.
Best regards,
Vasu
On Jun 12, 2023, at 05:04, Ashhar Farhan <farhanbox@...> wrote:
|
to navigate to use esc to dismiss