Skip to content

Instantly share code, notes, and snippets.

@qsypoq
Last active March 31, 2016 10:52
Show Gist options
  • Save qsypoq/e7b3f711498fa5ef5cca to your computer and use it in GitHub Desktop.
Save qsypoq/e7b3f711498fa5ef5cca to your computer and use it in GitHub Desktop.
Github cheatsheet
get the URL such as git@github.com:/youruser/somename.git or https://github.com/youruser/somename.git
git clone {url from step 1}
git add .
git commit -m 'initial commit comment'
git remote add origin [URL From Step 1]
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment