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