Home > Software design >  Problem with git log command when using git
Problem with git log command when using git

Time:10-12

I'm learning how to use Git and Github and I have a problem that the command git log I wrote in the terminal of VS Code but It didn't show all and it also appeared like the image I post below. Please show me what I should do, thank you!

My problem

CodePudding user response:

The image itself is the answer. Git log shows your previous commits, author info and timestamp of the commits

  • Related