Created
August 22, 2012 01:00
-
-
Save betzerra/3421052 to your computer and use it in GitHub Desktop.
Steps to initialise a git repository and push to an existing remote repository
This file contains hidden or 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
git init | |
git remote add origin https://github.com/username/Hello-World.git | |
#make some commits here | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment