You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard command-line terminal on Windows (`cmd.exe`) isn't really capable of a customized Git experience, but if you're using Powershell, you're in luck.
6
+
The legacy command-line terminal on Windows (`cmd.exe`) isn't really capable of a customized Git experience, but if you're using Powershell, you're in luck.
7
7
A package called Posh-Git (https://github.com/dahlbyk/posh-git[]) provides powerful tab-completion facilities, as well as an enhanced prompt to help you stay on top of your repository status.
8
8
It looks like this:
9
9
@@ -29,7 +29,7 @@ More information about the requirements: (https://docs.microsoft.com/en-us/power
29
29
[source,powershell]
30
30
-----
31
31
> Update-Module PowerShellGet -Force
32
-
> Install-Module Posh-Git -Scope LocalMachine
32
+
> Install-Module Posh-Git -Scope AllUsers
33
33
-----
34
34
If you want to install Posh-Git only for the currnet user and not globaly, use "-Scope CurrentUser" instead.
0 commit comments