Skip to content

Instantly share code, notes, and snippets.

@Lakendary
Created February 11, 2020 03:22
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 Lakendary/ab1788ca907396089ec4538a79c2e62c to your computer and use it in GitHub Desktop.
Save Lakendary/ab1788ca907396089ec4538a79c2e62c to your computer and use it in GitHub Desktop.
Most used git commands

git remote add origin https://... git remote show origin # if everything is ok, you will see your remote git push -u origin master # assuming your are on the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment