Danke @OliverIO
Punkt 3 hatte ich gemacht. git ist für mich noch ein Buch mit sieben Siegeln 😁
Ich hatte einen Fehler in Adapter-Version 0.0.2 (ein einziges Komma zuviel im JSON, node.js akzeptiert dadurch das JSON nicht, sic!).
Obige Befehle funktionierten nicht, immer Meldung "Everything up-to-date".
Dann diese coole Seite hier er-googeld: https://rogerdudler.github.io/git-guide/index.de.html
Durchgeführt:
PS C:\iobroker\node_modules\ioBroker.windows-control> git push origin master
Everything up-to-date
PS C:\iobroker\node_modules\ioBroker.windows-control> git add .
PS C:\iobroker\node_modules\ioBroker.windows-control> git commit -m "update to 0.0.3"
[master 9588531] update to 0.0.3
3 files changed, 9 insertions(+), 3 deletions(-)
PS C:\iobroker\node_modules\ioBroker.windows-control> git push origin master
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 700 bytes | 700.00 KiB/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
To https://github.com/Mic-M/ioBroker.windows-control
fd6a650..9588531 master -> master
PS C:\iobroker\node_modules\ioBroker.windows-control>
Damit ging es jetzt.