I am using Sourcetree to manage a repository on github.
I recently received a pull-request for relative to such github repository. Ideally I would like to:
- configure Sourcetree to receive notifications of github pull requests in the application
- checkout the pull request in my local repository to inspect the changes, run tests ecc ecc
- accept the pull request (i.e. merge and push to the github repository)
I am not sure if point 1. is supported right now but I am sure the rest can be done in Sourcetree without resorting to command-line git.
Can you please help me out with the relevant steps that have to performed to achieve points 2. and 3. ?
Thank you
Stefano