79231117

Date: 2024-11-27 16:39:58
Score: 2
Natty:
Report link

Latest Updated command for main, not master:

  1. Create a repo on GitHub
  2. git init
  3. git add .
  4. git commit -m "Initial commit"
  5. git branch -M main
  6. git push -u origin main

These commands work properly for me on Windows to add existing projects on GitHub.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shubham Patel