https://github-study.netlify.app
- create new repository (깃허브)
- Inviete a collaborator (깃허브)
- git clone git_path (명령어)
- git branch branch_name (명령어)
- git checkout branch_name (명령어)
- git push -u origin branch_name (명령어)
- npm i (명령어)
- git add . (명령어)
- git commit -m "commit info" (명령어)
- git push origin branch_name(명령어)
- Compare & pull request (깃허브)
- Merage pull request (깃허브)
- git pull (명령어)
- git merge main -> git push (명령어 / This branch is 1 commit behind main. 해결방법 / 새롭게 만든 Branch에서)