The command git _______ is used to view the commit history graphically, showing branches and merges.

  • log
  • history
  • show
  • graph
The command git log is used to view the commit history, but for a graphical representation showing branches and merges, the git log --graph command is used. This option helps visualize the branching and merging structure of the repository.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *