전체 보기새롭게 설정하는 경우git initgit add .git commit -m "(커밋-내용)"git remote add origin https://github.com/아이디/저장소.gitgit branch -M maingit push -u origin main 이미 만들어진 깃허브에 푸시하는 경우git add .git commit -m "(커밋-내용)"git push 0. Git 설정01. Git 설치 & 로그인아래의 사이트에서 깃을 설치한다.https://git-scm.com/install/ Git - InstallChoose your operating system above.git-scm.com 아래의 사이트에서 Github에 회원가입 또는 로그인한다.https://github..