Can I use cmder for Git Bash and other command line functions like dotnet, ng, etc at the same time?

1.8k Views Asked by At

I use cmder for dotnet and ng commands and for Git operations I use Git Bash command line. I think it it also possible to use cmder for Git operations on another tab. Is it possible to use the same cmder window with 4 tabs and run these 4 commands at the same time?

git checkout development

dotnet build 

ng serve --port 4200 

ipconfig
... (other command line operations)

I look at Combine Git Bash and opening in current folder in CMDER but I am not sure if it let me use these commands at the same time.

1

There are 1 best solutions below

0
On

Short answer : Yes.


Cmder comes pre-packed with git-bash, which in turn brings with it a lot of unix programs in the form of mingw. Cmder allows you to use in the same terminal session all your windows command line tools + the ones from Mingw. It even allows you to get powerful command line editing features through clink.

Also, you do not install cmder (at least the default way) you just grab the archive you want to work with, unarchive it, then run it. Your PATH will stay safe and only you can make the decision to either add it to your path or not.