Can we rename all the commands with the prefix "Git"?
f.e.:
Get-GitBranch instead of Get-Branch - or -
New-GitRemote instead of New-Remote?
I think that is more like the PowerShell naming standard. When you take a look at the module SQLPS, you will find out that next to all commands are using Sql as the prefix.
Can we rename all the commands with the prefix "Git"?
f.e.:
Get-GitBranchinstead ofGet-Branch- or -New-GitRemoteinstead ofNew-Remote?I think that is more like the PowerShell naming standard. When you take a look at the module
SQLPS, you will find out that next to all commands are usingSqlas the prefix.