posh-git Questions

7

Solved

I use PowerShell as my shell on Windows 7. I find that ConEmu is a really good terminal. Since I am not on Windows 10, I cannot use Windows Terminal but ConEmu is not bad at all. I found out about ...
Blaylock asked 28/4, 2020 at 11:30

1

Solved

I have installed oh-my-posh and posh-git in my Windows Terminal, however it does not track any of the git changes as you can see in the picture. Regardless of any changes I have made it just shows ...
Ep asked 2/7, 2021 at 15:54

2

I am following the directions to install poshgit. In doing so I ran: Install-Module posh-git Error: The term 'Install-Module' is not recognized as the name of a cmdlet, function, script file, ...
Quadrature asked 23/4, 2015 at 16:2

4

I am using Windows Terminal(Preview) with shells like 1.PowerShell, 2.WSL in my Windows 10 machine. I installed the latest version of oh-my-posh and posh-git to customize the terminal. My current t...
Candless asked 5/3, 2020 at 11:28

2

Solved

I've installed PoshGit and I've set up my RSA key with github and in my ~\.ssh folder, but PowerShell still prompts me to enter a passphrase on every pull/push. I've followed all the instructions g...
Fy asked 8/5, 2013 at 16:32

2

Solved

When applying a git stash with the command: git stash apply stash@{1} As suggested in the documentation on git stash. I receive the error: unknown option: -encodedCommand error
Averse asked 15/6, 2018 at 9:47

2

Solved

its pretty simple to find all the commits containing a particular file. git log -- .\Database\Tables\sometable.sql but is there a simple way to find all the commits for a file type (recursively ...
Zachary asked 14/10, 2012 at 23:36

5

Solved

In Posh-Git, when I run "git status" in a repository, the colors for changes and untracked files are dark red, when I have tried to configure them to be "normal" red. I want to do this because I ha...
Sarcenet asked 24/8, 2013 at 15:27

3

I'm using POSH git for powershell and can do for example git checkout mini<tab> and I get git checkout minidisk I'd like to create a alias gco for git checkout to do gco mini<tab&gt...
Cypsela asked 12/5, 2014 at 11:12

3

Solved

I have an old version of posh-git that I want to update (while trying to solve slow powershell start ups) I've pulls latest from the repo and when I am trying to do .\install.ps1 I get It seems ...
Suellensuelo asked 20/5, 2013 at 16:52

1

Solved

I'm working with Git, using Windows 7, PowerShell, and Posh-Git. I have the following alias setup: ls = log --pretty=tformat:"%C(yellow)%h\\ %C(green)[%ad]%C(cyan)\\ <%cn>\\ %C(reset)%s%C(au...
Jubilee asked 9/2, 2016 at 21:53

3

Solved

Installing GitHub for Windows is a nice way to get at once beginner's git Windows app, msysgit and posh-git - but you can only start the git shell with posh-git by calling "GitHub.appref-ms --open-...
Lactose asked 20/9, 2012 at 0:26

2

Solved

Just typing git at the command prompt (of powershell), takes 2.5 seconds until it returns with the help message. I'm using the git for windows release, installed in C:\Program Files (x86)\Git. Wh...
Fuss asked 6/8, 2015 at 6:18

1

Solved

In my Microsoft.PowerShell_profile.ps1 document, I've had to add ssh-add ~/.ssh/github_rsa following the poshgit examples in order for it to connect to my GitHub repos. # Load posh-git example pro...
Amaze asked 6/9, 2013 at 16:59

1

Solved

When "gitting" in Windows, I happily use the Github for Windows client, but since I do a lot of work in Linux as well I often end up in the shell when anything more complicated than committing or s...
Guideboard asked 23/5, 2013 at 19:54

1

Solved

Ok, so in git bash this cmd.. git log --pretty='%C(yellow)%h%Creset %s' --abbrev-commit gives me a yellow commit id and white subject line, but in powershell (with posh git) I get no yellow comm...
Corneliacornelian asked 17/7, 2012 at 2:0
1

© 2022 - 2024 — McMap. All rights reserved.