Skip to content

Instantly share code, notes, and snippets.

@khattab88
Created August 6, 2021 22:18
Show Gist options
  • Save khattab88/5f3edf2ccd6dac6592ac3e6597501a36 to your computer and use it in GitHub Desktop.
Save khattab88/5f3edf2ccd6dac6592ac3e6597501a36 to your computer and use it in GitHub Desktop.
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin {github repo}.git
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment