5 lines
178 B
PowerShell
5 lines
178 B
PowerShell
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
|
$configBaseName = ".gitconfig";
|
|
$configPath = Join-Path "$HOME" "$configBaseName";
|
|
|
|
function Invoke-BackupGit([Context] $context) {}
|