Answers for "install git posh in git bash"

1

git bash posh git

here you will find how to git bash posh git:
https://sechannel.com/2019/06/30/git-with-posh-git-simplifying-setup/
Posted by: Guest on July-07-2021
0

posh git install windows

Option 1: Install posh-git via PowerShellGet on Windows (Best Way)
posh-git is available on the PowerShell Gallery and can be installed using the PowerShellGet module. To get it done through this route, Start either Windows PowerShell 5.x or PowerShell Core 6.x (pwsh) as an administrator, install PowerShellGet

Install-Module PowershellGet -Force
Then execute one of the following two commands:

For a completely new installation

##A completely new installation
PowerShellGetInstall-Module posh-git -Scope CurrentUser -Force
For a updating posh-git if it has ever been installed from PowerShell Gallery

PowerShellGetUpdate-Module posh-git
Posted by: Guest on August-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language