Question 1
In Git, what does the command git merge --no-ff do?
Question 2
In Git, what does the command git rebase --onto <newbase> <oldbase> <branch> do?
Question 3
In Git, what is the effect of the command git reset --mixed HEAD~2?
Question 4
In Git, what is the purpose of the git rerere command?
Question 5
In Git, what does the command git cherry-pick -n <commit> do?