Hello Bill,
Sorry to grap out that thread again.
I just did that Pkg.update thingy again, mainly git stash - git stash
apply...In the end after I git stash apply it tells me
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: windows_build.txt
no changes added to commit (use "git add" and/or "git commit -a")
What is that git add/commit good for ? Do I have to do it or why is telling
me that?