How to get information about differences for a commit specifier in a repository in AWS CodeCommit

0 votes

Hi Guys,

I have some commits in the AWS COdeCommit repository. I want to get information about differences for a commit specifier in a repository. How can I do that with CLI command?

Nov 24, 2020 in AWS by akhtar
• 38,230 points
700 views

1 answer to this question.

0 votes

Hi@akhtar,

You can get information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or other fully qualified references). Results can be limited to a specified path. 

$ aws codecommit get-differences --repository-name MyDemoRepo --before-commit-specifier example --after-commit-specifier example1 --before-path tmp/example-folder --after-path tmp/renamed-folder
answered Nov 24, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer

How to get information about a branch in AWS CodeCommit?

Hi@akhtar, You can get information about a repository ...READ MORE

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

How to change the default branch for a repository in AWS CodeCommit?

Hi@akhtar, You can set or change the default branch name ...READ MORE

answered Nov 24, 2020 in AWS by MD
• 95,440 points
2,091 views
0 votes
1 answer

How to get the contents of a folder in an AWS CodeCommit repository?

Hi@akhtar, The following get-folder example demonstrates how to get the ...READ MORE

answered Nov 25, 2020 in AWS by MD
• 95,440 points

edited Aug 4, 2023 by Khan Sarfaraz 2,158 views
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,077 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to view information about a commit in a repository in AWS CodeCommit?

Hi@akhtar, You can get information about a commit, ...READ MORE

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

How to get information about a repository in AWS CodeCommit?

Hi@akhtar, You can get all the information about ...READ MORE

answered Nov 24, 2020 in AWS by MD
• 95,440 points
347 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