2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
répondu il y a 2 ans
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]
répondu il y a 2 ans
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 6 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 7 mois