CPSC 480 Version Control Overview II

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