CLI

sudo yum install -y git

git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.Usehttppath true

git clone <HTTPS주소>

...

git add .
git commit -m <커밋 메세지>
git push