빈 프로젝트 생성 해서 push
1.git init : .git 생성 2.git add 3.git commit -m ‘first’ 4.git origin master
git .gitignore
1.git rm -r –cached . 2.gitignore 파일생성 후 제외할 파일 /디렉토리추가 3.git add and commit and push https://nesoy.github.io/articles/2017-01/Git-Ignore
빈디렉토리는 기본적으로 추적하지 않는다.
https://gusrb.tistory.com/72
pycharm에서 git 연동
https://secuinfo.tistory.com/entry/Intellij-Github-Link