AC Docs
DevOps
Database Ops
How To Create a Pull Request (PR) Step by Step
1. Get the latest changes from the
“develop”
git branch
- Checkout the "develop" branch from git
- Pull the latest changes
2. Create a new branch from the
“develop”
git branch
3. Implement code changes on the new git branch
4. Commit branch to git
5. Push branch to git
6. Visit the
Azure DevOps site for AssetCalc
to start creating your Pull Request
- Click button to create the new PR
- Fill out the form to create the new PR
- PR is now created