Skip to content

PowerShell Tips

Purple4pur edited this page Nov 3, 2023 · 1 revision

Set alias (like in bash)

function gst { & git status $args } # bash: alias gst='git status'

Clone this wiki locally