Last active
March 31, 2016 10:52
-
-
Save qsypoq/e7b3f711498fa5ef5cca to your computer and use it in GitHub Desktop.
Github cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get the URL such as [email protected]:/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