Answers for "instalar Git en PowerShell"

3

install git powershell

Install Git for Windows, and make sure to put Git/bin folder in your Windows path variable.

Here is a good link to make your experience of Git and PowerShell better:

http://learnaholic.me/2012/10/12/make-powershell-and-git-suck-less-on-windows/
Posted by: Guest on March-28-2021
0

instalar Git en PowerShell

. (Resolve-Path "$env:LOCALAPPDATA\GitHub\shell.ps1")
. $env:github_posh_git\profile.example.ps1
Posted by: Guest on September-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language