반응형
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
728x90
반응형
'Ops > AWS' 카테고리의 다른 글
AWS EKS - POD 유지 관리 tip (0) | 2023.07.07 |
---|---|
AWS CodePipeline - S3로 배포하기 (0) | 2023.07.01 |
AWS CloudFront - Service port information (0) | 2023.06.28 |
AWS CloudFront - 502 / 504 error (0) | 2023.06.27 |
AWS CloudFront - CDN 구성 방법 (0) | 2023.06.26 |