Code commit - CraigDonkin/Infrastructure GitHub Wiki

git config --global credential.helper '!aws codecommit credential-helper $@'
git  config --global credential.UseHttpPath true
git clone https://git-codecommit.BLAH.amazonaws.com/BLAH/BLAH/
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "[email protected]"

Process for updating

git pull
  • Make modifications
git status
git add . 
git commit -m "message"
git push
git status