How do I see commit history for a specific file in codecommit?

0

In git hub you can navigate to the file then click show histroy I don't see any obvious feature like this here.

질문됨 2년 전3332회 조회
2개 답변
1

Hi,

I understand that you want to review your repository commit history on AWS CodeCommit.

  • On your AWS Console navigate to CodeCommit
  • Choose the repository you want to see the history of.
  • In the navigation pane (on the left) choose commits.
  • There you will be able to see all the history.

Please see the attached document[1] for more Information on AWS CodeCommit.

I hope this helps

Resources:-

[1] https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html

답변함 2년 전
0

You can use open source git client for this purpose. To get history / log on single file:

for command line use git log -- [filename]

and ** for UI use**

gitk [filename]

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠