리눅스에서 깃 열면 토큰필요...
git bash에서 사용할것!
현재 디렉토리 이동
git init
git add .
git commit
git remote add origin https://github.com/amorblue/mysite
git push -u origin master
Python
복사
git push -u origin master로 하면 branche한개 더 생기니까 기존 default main으로 하던지 master만들어서 default로 설정→ mater생성