-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
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.
czhang03