Skip to content

Instantly share code, notes, and snippets.

@carmelyne
Created February 5, 2009 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carmelyne/58649 to your computer and use it in GitHub Desktop.
Save carmelyne/58649 to your computer and use it in GitHub Desktop.
# from your local do:
mkdir example
cd example
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@{REMOTE_SERVER}:/home/git/example.git
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment