Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
531 views

ConEmu + bash script commands?

I am writing a bash script to loop through multiple repositories and open a tab for each one inside of a single ConEmu window. /c/Users/me/Desktop/ConEmu\ Container/ConEmu64.exe -reuse -run "C:\...
Spades86's user avatar
2 votes
1 answer
145 views

Does "git mode" exist for bash?

Honestly, I'm not really sure how to put it, but here goes. Does anything like "modes" (git mode, for instance) exist for bash? What I mean is: I'm using git through bash on Windows. I have ConEmu ...
torbonde's user avatar
  • 123
1 vote
1 answer
793 views

ConEmu error when trying to git commit a merge after conflict

I'm using ConEmu version 180206 preview to have some decent terminal on Windows with tabs support. Works very good on most part of the time. But I'm having an error that occurs almost every time I ...
Dherik's user avatar
  • 720
4 votes
1 answer
2k views

How do I modify Cmder to show my Git change summary on the prompt? (+A/~C/-D)

I can see the output of the branch name no problem (although, in version 1.3.4+ it also strangely outputs "master -> origin" when it didn't use to), but I can't figure out why it has never ...
Matt Kerr's user avatar
  • 171
1 vote
1 answer
1k views

Windows Git won't work correctly with ConEMU after updating both

I had a working workflow with Git on my Windows 7 using ConEMU. I upgraded my Git and my ConEMU to their latest versions this weekend. I don't remember exactly which versions I had installed before (...
Sitethief's user avatar
  • 113
3 votes
0 answers
345 views

conemu using cygwin does not seem to recognise '\r' as a line end - specifically for git command reflog (and a few others)

When I run the git command git reflog via conemu using cygwin on windows 7 I get the entire output on one line. I figured it was some line ending issue that conemu is not picking up. So I tried the ...
code_fodder's user avatar
  • 1,657
1 vote
1 answer
856 views

ConEmu disable Esc shortcut

I'm having problems with ConEmu because of the Esc shortcut that hides the window. When I use something that makes use of Esc, such as Vim or git commit, an escape hides the window instead of removing ...
The Quantum Physicist's user avatar
0 votes
0 answers
1k views

how to load my Profile with ConEmu?

I have ConEmu installed and followed the instructions on this site https://hodgkins.io/ultimate-powershell-prompt-and-git-setup#install-required-components I can't figure out how to load my $PROFILE ...
GettingStarted's user avatar
0 votes
0 answers
514 views

How to make ConEmu execute .sh in the same window with Git for Windows?

I'm using ConEmu on Windows with Git for Windows installed. When I try to execute an .sh script, the software starts an instance of Windows' default console and executes the script there. How can I ...
ThePiachu's user avatar
  • 201
0 votes
1 answer
1k views

How to log sessions with ssh.exe, similar to how PuTTY does full session logging

I have installed Git for Windows and I use the built-in SSH client (OpenSSH 6.6.1p1) in ConEmu for tabbed SSH sessions. It works very well, but I would like to have full session logging, like what is ...
Matt's user avatar
  • 341
3 votes
0 answers
1k views

Vim silent launch of ConEmu (into Git Bash) - Windows 7 Command Prompt seizes

From a Windows 7 Command Prompt: ConEmu.exe /cmd "C:\Program Files\Git\bin\sh.exe" --login -i && exit opens ConEmu (or a new tab therein) logged into Git Bash for the current directory, and (...
joharr's user avatar
  • 415
2 votes
1 answer
2k views

Accessing gitbash commands through conemu

I have tried to access gitbash command using conemu terminal, but I am unable to do so for some reason, it does not work for me. I check all the answers given including this Git Bash Here in ConEmu ...
Bimlik's user avatar
  • 87
125 votes
6 answers
71k views

Git Bash Here in ConEmu

How do I create a right-click context menu entry to open Git Bash at a given folder within ConEmu? See Git Bash Here in Console2 for the equivalent question for Console2.
Charles Roper's user avatar