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년 전
관련 콘텐츠
- AWS 공식업데이트됨 6달 전