-
Git Bash 명령어 git init (해당 장소 git사용) git add . (준비되지 않는 모든 파일 준비) git commit -m "commit word" (준비된 파일 커밋) git push origin master (준비된 커밋 준비된 저장소로 푸쉬) git push -u origin master (준비된 커밋 처음 저장소 연결 후 푸쉬) git pull (저장소 정보 끌어오기)