$ git status $ git add 원하는 폴더이름 // 폴더를 스테이지한다 $ git commit -m "메모" // 폴더를 커밋한다 $ git remote -v or $ git remote add origin https://github.com/och9854/레파지토리주소 $ git push origin master