xxxxxxxxxx
echo "# aadidess-app-mobile-inspeccion" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/cenergon/aadidess-app-mobile-inspeccion.git
git push -u origin main
xxxxxxxxxx
git init
git add somefile
git commit -m "initial commit"
git remote add origin https://github.com/username/new_repo
git push -u origin master
xxxxxxxxxx
echo "# Nelson_Mandela_Tribute_page" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/{github username}/{git title}.git
git push -u origin main
xxxxxxxxxx
echo "# repo-name" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin <repo url>
git push -u origin main
xxxxxxxxxx
git init
git add README.md or just " . "
git commit -m "first commit"
git branch -M main
git remote add origin <your-repo-link>
git push -u origin main
xxxxxxxxxx
git init
git add somefile
git commit -m "initial commit"
git remote add origin https://github.com/username/new_repo
git push -u origin master
xxxxxxxxxx
echo "# special-octo-barnacle" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/thecoder-co/special-octo-barnacle.git
git push -u origin main
xxxxxxxxxx
$ git remote add origin git@github.com:username/new_repo
$ git push -u origin master
xxxxxxxxxx
$ git remote add origin git@github.com:username/new_repo
$ git push -u origin master