pull/6186/merge
Nyxtorm 2 weeks ago committed by GitHub
commit 3aa282cc11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save