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