run the commands given below
xxxxxxxxxx
git init
git add .
git commit -m "my first commit"
git remote set-url origin <Your-Repository-Link>
git push
xxxxxxxxxx
git remote add origin https://github.com/Javlon002/asiance_data_mobile.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git init
git add .
git commit -m "Add existing project files to Git"
git remote add origin https://github.com/cameronmcnz/example-website.git
git push -u -f origin master
xxxxxxxxxx
# Go into your existing directory and run below commands
cd docker-spring-boot
echo "# docker-spring-boot" >> README.md
git init
git add -A
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/devopsmaster/docker-spring-boot.git
git push -u origin master
xxxxxxxxxx
git remote add origin https://github.com/Username/Name_Of_Repo.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin https://github.com/niniade/schoolstuffs-test.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin https://github.com/israa790/Athentification_Flutter-Login-Register-.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin
https://github.com/masd11/FinraDeck.git (github adresi)
• git push -u origin master
xxxxxxxxxx
$ git push -u origin main
# Pushes the changes in your local repository up to the remote repository you specified as the origin
xxxxxxxxxx
git remote add origin https://github.com/NdagiStanley/new-repository.git
git branch -M `main`
git push -u origin `main`