We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa500c8 commit b772b1fCopy full SHA for b772b1f
1 file changed
README.md
@@ -128,6 +128,11 @@ client.search_issues(query: 'bug label:bug')
128
- `search_users` - Search users
129
- `search_code` - Search code
130
131
+### Commits
132
+- `list_commits` - List commits on a repository
133
+- `get_commit` - Get a single commit by SHA
134
+- `compare_commits` - Compare two commits, branches, or tags
135
+
136
## Requirements
137
138
- Ruby >= 3.4
0 commit comments