don't use -D because users could lose their local git branches
This commit is contained in:
parent
db88ede350
commit
2edceb1449
@ -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'])
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user