Diffs
Diffs compare a target version with a base version and return a list of items that are only in the target version. If either the target or base version isn't specified, then the default branch is used.
Operations
| Get |
Find the closest common commit (the merge base) between base and target commits, and get the diff between either the base and target commits or common and targe... |