Git#
You are developing on Bitbucket or GitHub and want to make sure that the development is going to be ready in time? Use the Git autopilot to:
Get a list of pull-requests of a specific project
Ensure that all PRs have the conditions you define
Check which content of a file has been modified
Get the metadata about each commit that changed a file
Tutorials#
How-Tos#
- How to fetch all pull requests with a certain label from GitHub
- How to fetch pull requests filtered by state
- How to fetch pull requests filtered by date
- How to fetch pull requests filtered by hash
- How to fetch pull requests filtered by tag
- How to fetch branches
- How to fetch tags
- How to get metadata of commits