Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 808 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 808 Bytes

version_control_quiz

A text based quiz on the fundamentals of Version Control with the emphasis on Git and GitHub.

Make sure to read this README correctly before attempting the questions.

Questions 1 to 5

You must fork this repo to your own account and from there, using GitHub not Git, under each question write the correct answer. Each answer must be a commit on it's own individual branch which should be merged to your master branch using pull requests. Do not attempt a pull request on my repo.

Questions 6 to 10

You must clone this repo to your desktop and write the correct answer under each question using your preferred text editor. For each question you must create a branch, make the commit, merge the branch to the master and then push the update to the remote repo.