Skip to content

Instantly share code, notes, and snippets.

@timruffles
Created May 12, 2010 16:30
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 timruffles/398788 to your computer and use it in GitHub Desktop.
Save timruffles/398788 to your computer and use it in GitHub Desktop.
# make your repos on github
git clone git@github.com:YOU/NEW_REPOS.git
# Initialized empty Git repository in /Users/timruffles/Development/CapistranoLearning/.git/
# warning: You appear to have cloned an empty repository.
touch README
nano README # add readme
git add .
git commit -m 'Initial import'
git push origin master
#done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment