mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-19 02:06:25 -05:00
amend checkout to overwrite ignore by default
This commit is contained in:
@@ -216,7 +216,7 @@ func CleanOldWorkingSet(
|
||||
}
|
||||
|
||||
// we also have to do a clean, because we the ResetHard won't touch any new tables (tables only in the working set)
|
||||
newRoots, err := CleanUntracked(ctx, resetRoots, []string{}, false, true, true)
|
||||
newRoots, err := CleanUntracked(ctx, resetRoots, []string{}, false, true, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user