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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南