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
branch.Checkout() modifies the external state (workdir, index and potentially the HEAD state). It may make sense to deprecate it in favor of IRepository.Checkout()
As discussed in #840 (comment)
branch.Checkout()modifies the external state (workdir, index and potentially the HEAD state). It may make sense to deprecate it in favor ofIRepository.Checkout()Thoughts?