Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Git API

Use these APIs to work with Git repositories in Azure DevOps Services. Repositories contain objects representing core Git concepts:

  • blobs (files)
  • trees (folders)
  • commits
  • refs (branches, lightweight tags)

and other resources that represent the history of those items or act on their state.

There are code samples available for this area.

Common tasks

Additional resources