Clone (1) 썸네일형 리스트형 AWS CodeCommit - clone 가이드 cd directory git add . git status git commit -m "코멘트" git push origin master AWS CodeCommit - clone 가이드 git-remote-codecommit 설치 pip install git-remote-codecommit Local 저장소에 codecommit의 저장소를 clone git clone codecommit::리전://저장소명 Local의 변경 내용을 codecommit에 배포 cd directory git add . git status git commit -m "코멘트" git push origin master by mkdir-chandler 이전 1 다음