The command "git reflog" displays a _______ of actions that have been taken in the repository.
- Catalog
- Log
- Record
- Timeline
The command "git reflog" displays a log of actions that have been taken in the repository. It provides a reference log, showing the history of HEAD movements, making it useful for recovering lost commits or branches.
Loading...
Related Quiz
- Angular provides _______ features out of the box, such as dependency injection and routing.
- How does distributed tracing differ from traditional logging and monitoring?
- Which branching strategy encourages developers to create feature branches off the main branch for each new feature?
- Role-based access control (RBAC) is a common method for _______ in large systems.
- Your company's web application is experiencing performance issues due to database overload. How would you use caching to alleviate this bottleneck?