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
- After reviewing a feature branch, a team decides not to merge it into the main branch. What Git strategy can be used to preserve the work done on this feature branch for future reference?
- How does Git support the automation of deployment in DevOps practices?
- Which Git command is used to download a repository from a remote server?
- What is the main idea behind the Gitflow workflow model?
-
The command git reset ______
is used to reset the current HEAD to the specified state.