6. Software Development Practices

Version Control — Quiz

Test your understanding of version control with 5 practice questions.

Read the lesson first

Practice Questions

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?
Version Control Quiz — GCSE Computer Science | A-Warded