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