Created
August 24, 2009 18:41
-
-
Save jacobo/174044 to your computer and use it in GitHub Desktop.
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
Next steps: | |
mkdir tryingtoremembertheimportcommands | |
cd tryingtoremembertheimportcommands | |
git init | |
touch README | |
git add README | |
git commit -m 'first commit' | |
git remote add origin [email protected]:jacobo/tryingtoremembertheimportcommands.git | |
git push origin master | |
Existing Git Repo? | |
cd existing_git_repo | |
git remote add origin [email protected]:jacobo/tryingtoremembertheimportcommands.git | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment