Skip to content

Instantly share code, notes, and snippets.

@eminorhan
Created March 2, 2022 22:07
Show Gist options
  • Save eminorhan/68e0797c4b0a67c69028a6f861f56115 to your computer and use it in GitHub Desktop.
Save eminorhan/68e0797c4b0a67c69028a6f861f56115 to your computer and use it in GitHub Desktop.
new github repo
git init
git add . && git commit -m "first commit"
git remote add origin REMOTE_GITHUB_REPO_URL
git remote -v
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment