lego-esp32s3-gameboy/init.sh

7 lines
182 B
Bash
Executable File

git init
git checkout -b main
git add *
git commit -m "first commit"
git remote add origin https://git.hacker-net.de/Hacker-Software/lego-esp32s3-gameboy.git
git push -u origin main