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