Fix "Invalid branch!" because of color.branch

pull/6186/head
Nyxtorm 1 year ago committed by GitHub
parent 3a0ec8d7fc
commit 11663f3a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ module.exports = {
// Disable quotePath, color output
// Link https://git-scm.com/docs/git-config#Documentation/git-config.txt-corequotePath
await this.git.raw(['config', '--local', 'core.quotepath', false])
await this.git.raw(['config', '--local', 'color.ui', false])
await this.git.raw(['config', '--local', 'color.branch', false])
// Set default author
await this.git.raw(['config', '--local', 'user.email', this.config.defaultEmail])

Loading…
Cancel
Save