gitbub에 new repository 생성
git init
touch .gitignore
notepad .gitignore target bin classes
git add .
git nommit -m "init"
git remote
git remote --help
git remote add origin https://github.con/new repository 주소
git remote
git remote -v
git push origin master