The command git _______ can help in visualizing the branching and merging history in a repository.
- log
- status
- diff
- show
The 'git log' command provides a detailed history of commits, including branching and merging. It helps visualize the chronological order of commits in the repository.
Loading...
Related Quiz
- An essential lesson from Git failures is the need for robust ________ in enterprise environments.
- What is a common cause of merge conflicts in Git?
- The command git _______ is used to create a new branch and switch to it in one step.
- How does Git's data model handle changes across different branches?
- The git _______ command is used to change a commit message that hasn't been pushed yet.