79301056

Date: 2024-12-22 13:22:58
Score: 0.5
Natty:
Report link

Add existing locally hosted git repo to GitHub by running the following commands:

git remote add origin https://github.com/{some-user}/{some-repo}.git
git branch -M main
git push -u origin main
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Luther