Scripts/uploadToGIT.sh

7 lines
164 B
Bash
Raw Permalink Normal View History

2023-11-26 23:54:52 +01:00
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gittea.dev/Aravindan/Scripts.git
git push -u origin main