Skip to content

Instantly share code, notes, and snippets.

@saurav28
Created May 1, 2020 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurav28/88a3e6b5b5bd9bf1b749d04c30d20718 to your computer and use it in GitHub Desktop.
Save saurav28/88a3e6b5b5bd9bf1b749d04c30d20718 to your computer and use it in GitHub Desktop.
git init
git commit -m "Your comment"
git remote add origin <Link to GitHub Repo>
git remote -v
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment