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
Currently scm.add() always implies git add --force and does not check for ignored files. This was good-enough behavior before, but we need non-force adding for DVC exps, and in general it would be better to use git's defaults (force=False) in scmrepo calls