Nice and many thanks for your effort. I will give it a try over the weekend.
you can call git on command line: git status show the files that are changed git diff filname show changes git checkout filname revert changes
git status
git diff filname
git checkout filname
@MaBe started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Nice and many thanks for your effort. I will give it a try over the weekend.
you can call git on command line:
git status
show the files that are changedgit diff filname
show changesgit checkout filname
revert changes