Git (helpful)

123456789101112131415161718192021222324252627
Across
  1. 2. also known as Clippy for Pull Requests is a tool account that has built in helpful routines for ensuring pull request health
  2. 4. formerly known as Visual Studio Online (VSO)
  3. 6. ___ triggers a customizable Pull Request to automatically merge any official branch code back into main
  4. 8. extension that automatically creates comments on pull requests, which block check-in by policy, based on what files the pull request touches
  5. 9. root development branch for the Office monorepo
  6. 10. Git___ is a tool for favoriting branches
  7. 13. all team branches are seen in the ___ folder
  8. 14. __ __ __ system tracks a variety of health criteria for commits in the monorepo, such as build status and automation pass rates
  9. 15. link to the CloudBuild outputs
  10. 16. Tool that limits your build to the appropriate list of projects
  11. 18. utility used to inject unique identifiers known as “tags” within source code, primarily for logging and telemetry feeds
  12. 21. Git is replacing ___ ___ as source control management for Office
  13. 22. standing for carriage return line feed, Git does not use Auto-___ in the Office Monorepo
  14. 25. Technology that scales Git for the size of the Office codebase
  15. 27. a dangerous Git command, especially when using long-lived branches (like Office does); ideally you use <git backout> instead
Down
  1. 1. General guidance is to perform a ___ merge when merging from a feature branch into a parent branch
  2. 2. __ __ automatically kick off cloud build buddy builds and code reviews
  3. 3. a common mistake is choosing the wrong ___ branch for where you’re merging your changes into
  4. 5. Azure DevOps concept that automatically builds and tests code projects to make them available to others
  5. 7. responsible for the migration of changes across Git and SD
  6. 10. when creating a pull request, you’ll usually be merging a ___branch into an officialbranch
  7. 11. number of approvals needed to complete a pull request, per compliance policy
  8. 12. ___ of a pull request (such as what build must succeed) are mostly determined by the branch you’re merging into
  9. 14. creator of Git
  10. 17. Process of moving or combining a sequence of commits to a new base commit
  11. 19. open source, distributed version control system
  12. 20. MANAGER person elected to keep code flowing smoothly in a branch
  13. 23. <scoper ___> will allow you to view the origins of every project in your scope
  14. 24. ___ pull requests allow you to manually choose what pieces of the validation process to kick off
  15. 26. Visual Studio ___ is the default diff tool