Back to
Cmder
Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout.
Download
you can Download cmder v1.3.18 from here or go to there website to find the newest version.
Extract
extract the files from the compressed folder, then click cmder.exe
Adding cmder shell in other terminals
1- Create a cmder_shell.bat file with the following content:
@if “%cmder_init%” == “1” (goto :eof) else (set cmder_init=1) @pushd %CMDER_ROOT% @call “%CMDER_ROOT%\vendor\init.bat” /f @popd.
2-Save it in your Cmder installation folder: [cmder_root]\cmder_shell.bat
3- Important Add Cmder’s installation path to %PATH%:
to do that i followed this tips here to learn how to add path
4- Type cmder_shell from CMD to get the Cmder’s shell:
cmder + git Bash
once you have done with installing and adding cmder to path now its time to make it work with git bash, but first you have to know what it is Git and version control