Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: AWS CodeCommit #443

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

WIP: AWS CodeCommit #443

wants to merge 3 commits into from

Conversation

tony
Copy link
Member

@tony tony commented Oct 9, 2023

Fixes #440

AWS CodeCommit (HomePage, docs):

Via (page):

For example, to clone a repository named MyDemoRepo to a local repo named my-demo-repo:

git clone codecommit://MyDemoRepo my-demo-repo

To clone the same repository using a profile named CodeCommitProfile:

git clone codecommit://`CodeCommitProfile`@MyDemoRepo my-demo-repo

To clone a repository in a different AWS Region than the one configured in your profile, include the AWS Region name. For example:

git clone codecommit::ap-northeast-1://MyDemoRepo my-demo-repo

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c03b1f4) 62.59% compared to head (f3a85e7) 62.35%.

❗ Current head f3a85e7 differs from pull request most recent head 06e6a30. Consider uploading reports for the commit 06e6a30 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
- Coverage   62.59%   62.35%   -0.25%     
==========================================
  Files          39       39              
  Lines        3438     3432       -6     
  Branches      927      833      -94     
==========================================
- Hits         2152     2140      -12     
- Misses        770      774       +4     
- Partials      516      518       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tony tony force-pushed the url-git-aws-codecommit branch 3 times, most recently from a6ff38c to 95183a0 Compare October 14, 2023 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS CodeCommit support
1 participant