Skip to content

Instantly share code, notes, and snippets.

View codingrivista's full-sized avatar

Sandipan Mukherjee codingrivista

  • Sandipan Mukherjee
  • India
View GitHub Profile
@aravindkumarsvg
aravindkumarsvg / set-prompt.ps1
Last active April 30, 2024 23:14
Sets the git branch name in the powershell prompt like git bash
# Add this function to the Profile script
# Use the following command to generate the Profile script
#
# $profileTest = Test-Path $PROFILE
# if ($profileTest -eq $FALSE) {
# New-Item $PROFILE -Type File
# }
#
# OR
#