Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

:octocat: 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

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

licensePowerShell GalleryPowerShell Gallery

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.

⚙️ Installation

Install fromPowerShell Gallery

Install-Module git-aliases-Scope CurrentUser-AllowClobber

Or fromScoop

scoop bucket add extrasscoop install git-aliases

⚠️ If you haven't allowed script execution policy, set your script execution policy toRemoteSigned orUnrestricted.

Set-ExecutionPolicy RemoteSigned-Scope CurrentUser

🛂 Usage

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.


⚠️ If you don't have PowerShell profile yet, create it with below command!

New-Item-ItemType File$profile

[8]ページ先頭

©2009-2025 Movatter.jp