don't use -D because users could lose their local git branches

This commit is contained in:
bridiver 2020-06-03 14:35:31 -07:00
parent db88ede350
commit 2edceb1449

View File

@ -641,7 +641,8 @@ const util = {
if (forceReset) {
args = args.concat(['--force'])
if (cleanup) {
args = args.concat(['-D'])
// temporarily ignored until we can figure out how not to delete src/brave in the process
// args = args.concat(['-D'])
}
}