Ahh. It's probably worth trying to find a quick git howto - but git pull updates an existing repository rather than git clone that creates a new one.
git pull
git clone
@Gordon 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.
Ahh. It's probably worth trying to find a quick git howto - but
git pull
updates an existing repository rather thangit clone
that creates a new one.