CPSC 480 Version Control Overview II

12345678910111213141516171819
Across
  1. 4. Git was developed for the ___ kernel
  2. 9. To version control, source code is just a file of _____
  3. 14. A _____ repository is on a server somewhere
  4. 15. The files that you edit in your filesystem that are extracted from the repository
  5. 16. Where the version control information on all the versions kept
  6. 17. A ____ repository is on the computer where you work
  7. 19. Who owns GitHub
Down
  1. 1. ____ in Git is a requirement for anybody in software engineering
  2. 2. Git was created in 2005 by _____
  3. 3. The primary example of centralized version control
  4. 5. File locking is also known as the ____ model
  5. 6. In Git, each commit has an author and a ______
  6. 7. In Git, each commit has a ____ id
  7. 8. In SVN, each commit has a(n) ______
  8. 10. Not Microsoft, but a major company whose development platform uses Git
  9. 11. Git allows you to ____ commits
  10. 12. The recommendation is to use the _____ for working with Git
  11. 13. Git is a ___ __ ____ system
  12. 18. A site which hosts Git repositories