Merge aea6c75c98979b000b7132f629d501bbca205039 into 8ade135a41bc03ea155e62e844d188df1ea18608
This commit is contained in:
commit
1b943d578e
@ -193,7 +193,7 @@ class GitCommandManager {
|
||||
}
|
||||
|
||||
async checkout(ref: string, startPoint: string): Promise<void> {
|
||||
const args = ['checkout', '--progress', '--force']
|
||||
const args = ['-c advice.detachedHead=false', 'checkout', '--progress', '--force']
|
||||
if (startPoint) {
|
||||
args.push('-B', ref, startPoint)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user