git-remote-codecommit

Git remote helper for AWS CodeCommit repositories

brewmacoslinux
Try with needOr install directly
Source

About

Git Remote Helper to interact with AWS CodeCommit

Commands

git-remote-codecommit

Examples

Clone an AWS CodeCommit repository using HTTPS$ git clone codecommit://MyRepo my-repo
Add AWS CodeCommit repository as remote to existing git repo$ git remote add origin codecommit://us-east-1/MyRepo
Push changes to AWS CodeCommit repository$ git push origin main