How to create a pull request in AWS CodeCommit

0 votes

Hi Team,

I have created one repository in AWS CodeCommit. I want to create a pull request in the repository. How can I do that?

Nov 23, 2020 in AWS by akhtar
• 38,230 points
1,467 views

1 answer to this question.

0 votes

Hi@akhtar,

The following create-pull-request example creates a pull request named 'My Pull Request' with a description that targets the 'MyNewBranch' source branch and is to be merged to the default branch 'master' in an AWS CodeCommit repository named 'MyDemoRepo'.

$ aws codecommit create-pull-request \
    --title "My Pull Request" \
    --description \
    --client-request-token 123Example \
    --targets repositoryName=MyDemoRepo,sourceReference=MyNewBranch
answered Nov 23, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer

How to create a new, empty repository in AWS CodeCommit?

Hi@akhtar, You can create a repository and associate it with ...READ MORE

answered Nov 23, 2020 in AWS by MD
• 95,440 points
616 views
0 votes
2 answers

How to create a VPC in AWS?

There is another method i.e. creating an ...READ MORE

answered Feb 20, 2019 in AWS by Priyaj
• 58,090 points
857 views
0 votes
1 answer

How to create subnets in a VPC in AWS Console?

To create a subnet inside a VPC ...READ MORE

answered Feb 11, 2019 in AWS by Priyaj
• 58,090 points
777 views
0 votes
1 answer
+1 vote
2 answers
0 votes
1 answer

How to create a branch in an AWS CodeCommit repository?

Hi@akhtar, This example creates a branch in an ...READ MORE

answered Nov 23, 2020 in AWS by MD
• 95,440 points
1,081 views
0 votes
1 answer

How to create a commit in AWS CodeCommit?

Hi@akhtar, The following create-commit example demonstrates how to create an ...READ MORE

answered Nov 23, 2020 in AWS by MD
• 95,440 points
489 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP