79355338

Date: 2025-01-14 14:33:39
Score: 1
Natty:
Report link

Push existing repo code in GitHub main branch

git init

git add .

git commit -m "message"

git rebase --continue

git remote add origin https://github.com/Your project name.git

git branch -M main

git push -u origin main
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JHUTAN DA