Git Terminology

1234567891011121314151617
Across
  1. 6. Update remote repository with commits from local repository
  2. 8. The git command _____ ___ allows you to restore saved stashed changes to your working files
  3. 9. Cloned ______ repository on your computer
  4. 10. Remove changes in the working files
  5. 12. Save changes from the working files, and create a clean working files
  6. 13. Show changes between commits in the local repository and the working files
  7. 14. Remove files from the working files
  8. 15. Add a file to the staged changed to prepare for a commit
  9. 17. Switch branches in the local repository
Down
  1. 1. List, create, or delete branches
  2. 2. Update local repository with commits from remote repository
  3. 3. Use binary search to find the commit that introduced a bug
  4. 4. Displays differences between the working files and local repository
  5. 5. Create a local repository that is a copy of a remote repository
  6. 7. The _______ ____ is where you make changes to your code
  7. 10. Main repository that is typically on a server, e.g., GitHub
  8. 11. Where changes are stored before they become part of the next commit
  9. 16. Create a change to the local repository from staged files