git init
git add .
git commit -m "commit"
git remote add origin git@iinaq.github.com:iinaq/spring-boot.git
git push -u origin master