githubにプッシュ


git init
git add .
git commit -m ‘first commit’
git remote add origin git@github.com:hoge/fuga.git
git push origin master