Show List
Quiz - Git - 3
Select the right answer for below questions:
What is the command to merge a branch into the current branch in Git?
git combine
git join
git merge
git integrate
git merge
What is the command to show the log of commits in Git?
git history
git record
git trail
git log
git log
What is the command to clone a remote repository to a local repository in Git?
git clone
git copy
git replicate
git transfer
git clone
What is the command to revert changes to a specific commit in Git?
git revert
git reset
git undo
git cancel
git reset
What is the command to push a branch to a remote repository in Git?
git transfer
git push
git send
git upload
git push
What is the command to checkout a branch in Git?
git change
git select
git switch
git checkout
git checkout
What is the command to configure the default text editor in Git?
git config --global core.editor
git setup --global core.editor
git option --global core.editor
git preference --global core.editor
git config --global core.editor
What is the command to show the differences between the working tree and the index in Git?
git diff
git diff --cached
git compare
git contrast
git diff --cached
What is the command to create a tag in Git?
git tag
git label
git mark
git sign
git tag
What is the command to show the differences between two tags in Git?
git compare
git contrast
git diff
git examine
git diff
Submit
Retry
{"qz1-703362":"git merge","qz1-703363":"git log","qz1-703364":"git clone","qz1-703365":"git reset","qz1-703366":"git push","qz1-703367":"git checkout","qz1-703368":"git config --global core.editor","qz1-703369":"git diff --cached","qz1-703370":"git tag","qz1-703371":"git diff"}
Leave a Comment