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.

posta 2 anni fa3332 visualizzazioni
2 Risposte
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

con risposta 2 anni fa
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]

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande