Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Already cloned repos in workspace don't actually move branch HEAD to match origin branch ref when branch already checked out #35

Closed usergenic closed 7 years ago

usergenic commented 7 years ago

We need something akin to a git reset --hard origin/$BRANCH after the fetch to ensure a repo is actually up-to-date where this is the typically expected behavior.

I think the only time we don't want to do this is when the repo specified for the workspace is a local filesystem repo reference as opposed to a github repo reference.

usergenic commented 7 years ago

Fixed