Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ugit
0.4.5
Types/git.status/Push.ps1
Push-Location
$this
.
GitRoot
if
(
-not
$this
.
Status
)
{
git
push
--set-upstream
origin
$this
.
BranchName
@args
}
else
{
git
push
@args
}
Pop-Location