Get the git commits for an item
notebooks_list_git_commits(id)
id | integer required. The ID of the file. |
---|
A list containing the following elements:
string, The SHA of the commit.
string, The name of the commit's author.
string, The commit's timestamp.
string, The commit message.