It’s not necessary/mandatory to use git bash . You can also use git from your windows command prompt. Use `git-cmd.
Read moreHow do I get Git bash on Windows?
Git Bash comes included as part of the Git For Windows package. Download and install Git For Windows like other Windows applications. Once downloaded find the included .exe file and open to execute Git Bash .
Read moreIs Git Git bash?
Git BASH. Git for Windows provides a BASH emulation used to run Git from the command line . *NIX users should feel right at home, as the BASH emulation behaves just like the “git” command in LINUX and UNIX environments.
Read moreHow do I get Git bash here?
The Windows Explorer integration > Context menu entries option allows opening the Git command prompt (Git Bash) from any folder by clicking with the right mouse button on the folder and selecting Git Bash Here .
Read moreCan I install Git via the command line on Windows?
Git can be installed on the most common operating systems like Windows, Mac, and Linux . In fact, Git comes installed by default on most Mac and Linux machines!
Read moreDo I have to install Git on Windows?
Before you start using Git, you have to make it available on your computer . Even if it’s already installed, it’s probably a good idea to update to the latest version. You can either install it as a package or via another installer, or download the source code and compile it yourself.
Read more