Git's _______ feature helps in managing different database environments like development, testing, and production.
- branches
- tags
- submodules
- environments
Git's environments feature allows for managing different deployment environments, making it easier to coordinate changes across development, testing, and production.
Loading...
Related Quiz
- Which Git command is used to view changes made by each commit?
- What is the impact of having a large number of branches in a Git repository on its performance?
- For an open source project on GitHub, what is the standard method for contributing changes?
- The git stash ________ command allows you to view all the stashed changes in the repository.
- Which command is used to create a new Git repository?