- Notifications
You must be signed in to change notification settings - Fork53
Oh My Zsh's Git aliases for PowerShell.
License
NotificationsYou must be signed in to change notification settings
gluons/powershell-git-aliases
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
APowerShell module that provide partialGit aliases fromOh My Zsh'sgit plugin.
ℹ️ This module will replace some built-in PowerShell aliases with our Git aliases topreventconflict.
Install fromPowerShell Gallery
Install-Module git-aliases-Scope CurrentUser-AllowClobber
Or fromScoop
scoop bucket add extrasscoop install git-aliasesRemoteSigned orUnrestricted.
Set-ExecutionPolicy RemoteSigned-Scope CurrentUser
You have to import the module to usegit-aliases.
Add below command into your PowerShell profile.
Import-Module git-aliases-DisableNameChecking
Then restart your PowerShell.
Now you can use Git aliases.
New-Item-ItemType File$profile
About
Oh My Zsh's Git aliases for PowerShell.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published