local에 github의 저장소를 복제해 작업하는 것.
$ git clone (URL,SSH)
$ git rm -r <파일명/폴더명>
$ git rm --cached -r <파일명/폴더명>
$ git commit -m "commit message" $ git push origin (branch명)