On 31/12/2011 17:31, Frank Lanitz wrote:
Hi folks,
During the last weeks I merged a couple of pull requests into geany-plugins. During this work I found it a bit annoying not finding a easy way to pull the pull request directly and test it locally and maybe add it to me git repo. Is there any direct way on doing this instead of going to offerer's github page and clone the complete repo?
$ git remote add -f foo git://github.com/foo/geany-plugins.git $ git merge foo/master
How about that?