I am planning on using the Get() method to get the last commit of a pull request. But I am not sure how to get the reference to the commit.
Task<Commit> Get(string owner, string name, string reference);```
I am planning on using the Get() method to get the last commit of a pull request. But I am not sure how to get the reference to the commit.
Task<Commit> Get(string owner, string name, string reference);```
Copyright © 2021 Jogjafile Inc.
I figured it out nevermind.