🇨🇭SwissTronik Upload Github Repository
sudo apt update
sudo apt install gitDONT CHANGE !
git config --global user.name "Your Name"
git config --global user.email "[email protected]"git initgit add .git commit -m "Initial commit"git remote add origin https://YOUR_GITHUB_USERNAME:ACCESS_TOKEN@REPO_LINK_BEGIN_WITHOUT_HTTPS_AND_END_WITH_.gitgit branch -M maingit push -u origin mainLast updated