Chapter 3.2 Quiz - Git Edition Part 2

Which Git tool can I use in the team?
GitExtension
IntelliJ inbuilt Git
Cygwin (Command Line Git)
What is the preferred tool used for Git in the team?
GitExtension
IntelliJ inbuilt Git
Cygwin (Command Line Git)
Corporate wants you to find the difference between a git soft reset, and a git hard reset
First one brings back commits to the staging area, second one is the same but also deleted changes
First one goes back a commit on your local branch, second one deletes Git
They are the same command
What is it called when there is discrepancy between my local code and the code I just pulled from the remote?
Git code discrepancy
Git merge conflict
If I made a mistake and it is already pushed to the remote repository, which git command can I use to remove it?
Git reset hard --head
Git revert
None, I am doomed :(
What is the easiest command With which command I can pull changes from the remote repository to my local branch?
Git pull origin
Git merge main_branch_name>
Git pull --rebase
{"name":"Chapter 3.2 Quiz - Git Edition Part 2", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Which Git tool can I use in the team?, What is the preferred tool used for Git in the team?, Corporate wants you to find the difference between a git soft reset, and a git hard reset","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker