[Mutopia-discuss] reviewing pull requests in github

2014-12-02 Thread Federico Bruni
Hi all I'm reading this guide: https://help.github.com/articles/checking-out-pull-requests-locally/ I see that I can easily checkout the branch submitted through a pull request with this command: git fetch origin pull/ID/head:BRANCHNAME git checkout BRANCHNAME Now, if the author of the pull

Re: [Mutopia-discuss] reviewing pull requests in github

2014-12-02 Thread Javier Ruiz-Alma
Hi Federico, Having a link to this guide would've made things easier for the few times I've copy/pasted code to compile some else's pull-requests.  This doesn't happen often, though, so maybe you can create a new wiki page for advanced topics.Is it possible to also submit changes to someone