Skip to content

chengcyber/posh-git-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published