git remote add origin 경로
git remote remove origin
origin
remote
git push origin master
master
push
git push 리모트이름 브랜치이름
git push —all
git push —force
git clone