chengcyber / posh-git-alias

Oh-My-ZSH Git alias in PowerShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

posh-git-alias

Oh-My-ZSH Git alias in PowerShell

Usage

git clone git@github.com:chengcyber/posh-git-alias.git

Create a PowerShell profile(if you don't already have one):

New-Item -Type file -Path $PROFILE -Force

Open it to edit:

notepad $PROFILE

Add the following posh:

. <PATH_TO_CLONED_PROJECT>\git.plugin.ps1

Rerun PowerShell or reload your profile immediately:

. $PROFILE

Resources

LICENSE

MIT @chengcyber

About

Oh-My-ZSH Git alias in PowerShell

License:MIT License


Languages

Language:PowerShell 100.0%