You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make two attempts to clean repository after checkout
It's not certain that there is any point in another try after a first unsuccessful cleaning attempt. However, go-git's checkout code also does a hard reset, but still leaves the repository dirty under certain circumstances. Running an identical hard reset procedure again gets the repository to a clean state, so this indicates a possibility that a retry might be successful.
0 commit comments