: Otherwise, you'll have to fetch the remote branch and rebase it against : master. This is more complicated:
FWIW: there is something to be said for treating the pull request exactly the same as you would a patch atttached to Jira -- namely: commit the patch. For the short time Lucy is still on SVN, this might not maintain as much information as working with a git2svn bridged checkout if pull request contains multiple commits -- but (unless i'm way off base) once you are using git then running "git am" on a patch URL fro ma pull request will preserve everything, and should be less hassle then working with remote branches. (says the guy who understands the theory of git, but has never actaully run "git am") -Hoss
