lego-esp32s3-gameboy/init.sh

7 lines
205 B
Bash
Executable File

git init
git checkout -b main
git add *
git commit -m "PIN konflikt Buttons und I2S gefixt"
git remote add origin https://git.hacker-net.de/Hacker-Software/lego-esp32s3-gameboy.git
git push -u origin main