The command git _______ is used to integrate changes from one branch to another.
- Checkout
- Merge
- Pull
- Push
The command git **merge** is used to integrate changes from one branch to another in Git. It combines changes from different branches.
Loading...
Related Quiz
- The .git/_______ directory contains all of the necessary repository metadata for Git.
- What is a 'fast-forward' merge in Git?
- The technique of _______ in Git allows the separation of large binary files from the codebase, ideal for database backups.
- What is the role of Git in Continuous Integration (CI) workflows?
-
The command git reset ______
is used to reset the current HEAD to the specified state.