연구실 jupyterNotebook Local임

git init

git add README.md (생략가능)

git remote add origin https://github.com/shinnew99/jupyterNotebook.git

git push -u origin main (← default 브랜치가 main임)

로그인 창이 따로 뜨고 git repository name이 일치하면 왠만하면 됌.

파일 추가할때 :

git add "파일 이름"

git commit -m "test commit"

git remote add origin https://github.com/shinnew99/jupyterNotebook.git

                          <https://github.com/계정명/파일명.git>