Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 433 Bytes

README.rst

File metadata and controls

23 lines (18 loc) · 433 Bytes

Evascripts

Notes for how to do things:

Updating adabot in circuitpython-org:

git submodule update --init --recursive
cd adabot
git pull origin main
git checkout main
cd ..
git add .
git commit -m "Updated adabot"
git push