$ hub clone rtomayko/tilt # expands to: $ git clone git://github.com/rtomayko/tilt.git
$ hub create [ repo created on GitHub ] > git remote add origin git@github.com:YOUR_USER/CURRENT_REPO.git # with description: $ hub create -d 'It shall be mine, all mine!' $ hub create recipes [ repo created on GitHub ] > git remote add origin git@github.com:YOUR_USER/recipes.git $ hub create sinatra/recipes [ repo created in GitHub organization ] > git remote add origin git@github.com:sinatra/recipes.git