Top "Posh-git" questions

A PowerShell environment for Git, providing prompt status, tab expansion, and helpful functions.

How do I create a master branch in a bare Git repository?

(All done in poshgit on Windows 8): git init --bare test-repo.git cd test-repo.git (Folder is created with git-ish files …

git git-branch git-bare posh-git
The term 'Install-Module' is not recognized as the name of a cmdlet

I am following the directions to install poshgit. In doing so I ran: Install-Module posh-git Error: The term 'Install-Module' is …

powershell posh-git
Oh-my-posh themes not working correctly with Powerline font and ConEmu

I use PowerShell as my shell on Windows 7. I find that ConEmu is a really good terminal. Since I am …

powershell shell customization prompt posh-git
Proxy Issues with Install Module

Running the following setup: Server 2012 R2 PSVersion: 4.0 WSManStackVersion: 3.0 Git version 2.11.1 Package Management Preview - x64: 10.0.10586.117 SharpZipLib: 0.86.0 NuGet: 2.8.5.208 Trying to install …

git powershell posh-git
Changing "git status" output colors in Posh-Git

In Posh-Git, when I run "git status" in a repository, the colors for changes and untracked files are dark red, …

git powershell windows-7 posh-git
How to use posh-git that comes with GitHub for Windows from custom shell?

Installing GitHub for Windows is a nice way to get at once beginner's git Windows app, msysgit and posh-git - …

powershell github-for-windows posh-git
What do the colors in the Github for Windows shell mean?

When "gitting" in Windows, I happily use the Github for Windows client, but since I do a lot of work …

github-for-windows posh-git
Why is git slow on my windows machine?

Just typing git at the command prompt (of powershell), takes 2.5 seconds until it returns with the help message. I'm using …

windows git cygwin posh-git