Browse Source
The new checkout method was relying on out of date information stored in the remote which was not being updated by the fetch command. Instead, just checkout FETCH_HEAD using git directly so that the remote does not need to be kept up to date. Also, reset and clean _before_ checking out, since that's supposed to clean up from messy merges, etc. Change-Id: Ie47b675512edc36e8aeb9b537ca945ad8d07b780changes/59/43959/2
1 changed files with 4 additions and 6 deletions
Loading…
Reference in new issue