Separate global and OS-specific config
This commit is contained in:
parent
4fe88bba12
commit
d0b055140e
15 changed files with 101 additions and 61 deletions
scripts/Windows/Software/git
|
@ -18,7 +18,7 @@ param (
|
|||
Start-SoftwareInstaller @Parameters `
|
||||
-Installer {
|
||||
$params = "/WindowsTerminalProfile";
|
||||
$defaultBranch = Get-Config "valhalla.git.defaultBranch";
|
||||
$defaultBranch = Get-OSConfig "git.defaultBranch";
|
||||
|
||||
if ($defaultBranch) {
|
||||
$params += " /DefaultBranchName:`"$defaultBranch`"";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue