We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
notepad $PROFILE
function get-gitstatus { git status } function get-gitdiff { git diff --word-diff } Set-Alias -Name gst -Value get-gitstatus Set-Alias -Name gdw -Value get-gitdiff
. $PROFILE
There was an error while loading. Please reload this page.