Skip to content

Instantly share code, notes, and snippets.

@spatzle
Created August 1, 2011 00:55
Show Gist options
  • Save spatzle/1117405 to your computer and use it in GitHub Desktop.
Save spatzle/1117405 to your computer and use it in GitHub Desktop.
mkdir free_monkey
cd free_monkey
git init
git remote add origin git@YOUR_SERVER_HOSTNAME:free_monkey.git
# do some work, git add and commit files
git push origin master:refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment