[python-committers] 4 weeks with the new workflow: what needs changing?

R. David Murray rdmurray at bitdance.com
Fri Mar 24 11:11:31 EDT 2017


On Fri, 24 Mar 2017 14:29:13 +0100, Antoine Pitrou <antoine at python.org> wrote:
> 
> By the way, how do I fetch remote changes for a branch without pulling
> it into the working copy?  e.g. I'd like to do "git fetch origin 3.5" or
> "git fetch origin/3.5", but that doesn't seem to work...

"git fetch origin 3.5" seems to work fine for me.  Maybe I don't
understand what you are trying to do?

--David


More information about the python-committers mailing list