aboutsummaryrefslogtreecommitdiff
path: root/alias/s.ps1
blob: f2de4e32c53959482d8e97ec726c367b65ad23ea (plain)
1
2
3
$P = git rev-parse --abbrev-ref HEAD

Write-Host $P  -ForegroundColor yellow -BackgroundColor red