Show HN: A Git client for MicroPython microcontrollers (like the $6 ESP32)
7 points by keredson 2 years ago | 0 commentsA tiny (yocto) git client for MicroPython microcontrollers / other memory-constrained environments (<100k) like the $6 ESP32. It speaks to git HTTP/HTTPS servers using the ubiquitous git "smart client" protocol.
It supports branches/tags, shallow clones and sparse checkouts (ie: only checking out a sub-directory of a larger project).
I wrote it to remotely deploy/update code over low-bandwidth connections.