Joe wasn't pulling the most recent files. I tracked it down to what seemed to be a bug in that it was pulling origin.refs[0].remote_head instead of just master. This was probably OK until a remote branch that was alphabetically before master appeared.
Joe wasn't pulling the most recent files. I tracked it down to what seemed to be a bug in that it was pulling
origin.refs[0].remote_head
instead of justmaster
. This was probably OK until a remote branch that was alphabetically before master appeared.