Ops/AWS

AWS CodeCommit - clone 가이드

mkdir.chandler 2023. 6. 30. 00:00
반응형
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
반응형