Public/Get-PsfGit.ps1
function Get-PsfGit($m = "Lazy hack and commit") { Push-Location (Join-Path (Get-PsfConfig -Key DevelopmentFolder) "PowerShellFrame") git pull Pop-Location } |
function Get-PsfGit($m = "Lazy hack and commit") { Push-Location (Join-Path (Get-PsfConfig -Key DevelopmentFolder) "PowerShellFrame") git pull Pop-Location } |