xxxxxxxxxx
git status
git add .
git commit -m "comment"
git push
xxxxxxxxxx
cd existing_folder
git init
git remote add origin https://gitlab.com/abc.git
git add .
git commit -m "Initial commit"
git push -u origin master
xxxxxxxxxx
git remote add origin https://github.com/cenergon/aadidess-app-mobile-inspeccion.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin https://github.com/Javlon002/asiance_data_mobile.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin https://github.com/New-MaxT/newmax.dev.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
git remote add origin https://github.com/Gnaore/sigpef_api.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin https://github.com/aledoysolutions/easycoupon.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin https://github.com/Mo-Aziz/React-shopping-cart.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin git@github.com:Deznic/game2.git
git branch -M main
git push -u origin main
xxxxxxxxxx
git remote add origin https://github.com/keen003/plus50x.git
git branch -M main
git push -u origin main