Skip to content

Instantly share code, notes, and snippets.

@jacobo
Created August 24, 2009 18:41
Show Gist options
  • Save jacobo/174044 to your computer and use it in GitHub Desktop.
Save jacobo/174044 to your computer and use it in GitHub Desktop.
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