Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git Bash terminal in Eclipse on MS Windows

Tags:

git

eclipse

I have two different laptops running MS Windows and noticed on one laptop there was a Git Bash option for a new terminal window in the Terminal view in Eclipse, while it was not available on the other laptop.

After a little trial and error, I was able to determine the Git Bash option is only available if the git cli client from https://git-scm.com is installed.

I like to be able to run git from the command line in Eclipse without having to switch windows. Hope this helps someone trying to do the same thing.

like image 488
Neill Avatar asked Feb 23 '18 14:02

Neill


1 Answers

You can use the Open A Terminal icon to open up Git Bash if Git Bash is already installed on your Windows machine.

enter image description here

Update: Add Gitbash terminal to Eclipse: enter image description here

like image 65
Kunal Patil Avatar answered Sep 21 '22 15:09

Kunal Patil