Across
- 3. The original branch used in the example
- 5. When we make a commit, the commit goes to the branch indicated by the ____
- 6. In addition to an author time, every git commit has a ____ _____
- 8. The first commit to a Git repository has ___ parents
- 9. It is not always possible to tell from which branch a commit originated from true/false
- 10. A merge commit has ___ parents
- 12. The secondary branch used in the example
Down
- 1. In addition to an author, every git commit has a ______
- 2. A Git repository needs to have at least a _____ commit
- 4. Once the branch feature merges into the branch main, they both contain the _____ commits and contents
- 6. In the example, we used consecutive integers, but in reality, a SHA1 hash is used (two words)
- 7. The commit message for a merge commit (e.g., Commit 7 in the example) is autogenerated by git and starts with the word ____
- 11. Almost all non-merge commits have ___ parent