简体   繁体   中英

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

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM