diff options
author | Indrajith K L | 2022-12-03 17:00:20 +0530 |
---|---|---|
committer | Indrajith K L | 2022-12-03 17:00:20 +0530 |
commit | f5c4671bfbad96bf346bd7e9a21fc4317b4959df (patch) | |
tree | 2764fc62da58f2ba8da7ed341643fc359873142f /alias/s.ps1 | |
download | cli-tools-windows-master.tar.gz cli-tools-windows-master.tar.bz2 cli-tools-windows-master.zip |
Diffstat (limited to 'alias/s.ps1')
-rw-r--r-- | alias/s.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alias/s.ps1 b/alias/s.ps1 new file mode 100644 index 0000000..f2de4e3 --- /dev/null +++ b/alias/s.ps1 @@ -0,0 +1,3 @@ +$P = git rev-parse --abbrev-ref HEAD + +Write-Host $P -ForegroundColor yellow -BackgroundColor red
\ No newline at end of file |