설치 방법
git hub 올리는 방법
git hub Repositories → New
→ Repository name(파일명) → Description(파일설명)
→ public(공개) / Private(비공개) 중 선택 (보통은 public선택)
→ Create repository → ... or create a new repository on the command line 코드 복사
파일 → 새폴더(업로드 폴더) → git-practice(폴더명) → 폴더 마우스 오른쪽 클릭
→ Open Git Bsae here 클릭 → ... or create a new repository on the command line 코드 붙여넣기
(붙여넣기 단축키 : Shift + Insert Prt Sc) → git hub 새로고침 → Open Git Bsae here 닫기
git-practice(폴더명) 새로 Open Git Bsae here 열기 → 변경사항확인(git status)
→ git add . → git commit -m "이름" → git push origin main 코드를 순서대로 작성
→ git hub 새로고침 후 폴더 업로드 확인