CPSC 480 Git Animation

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