9 lines
No EOL
247 B
PowerShell
9 lines
No EOL
247 B
PowerShell
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
|
|
|
$null = New-Module {
|
|
function Invoke-BackupGit([Context] $context) {}
|
|
|
|
function Invoke-RestoreGit([Context] $context) {
|
|
. "$PSScriptRoot/../../../Common/Config/git/install.ps1";
|
|
}
|
|
} |