githubにpushを簡単に!gem git-hub

#ディレクトリ名がリポジトリ名になります

gem install git-hub

hub create
git add .
git commit -m 'commit message'
git push origin master