6
1
"Git Bash" is a program that comes with Git for Windows. In order to get to a Git Bash prompt on a remote Windows machine from a linux machine, my usual process is to use remmina to open an RDP connection, then to open a new Git Bash window.
Is there a way to log in using my bash shell instead of having to muck with GUI stuff?
More recent information about PowerShell Remoting over SSH here
– David P – 2018-12-17T14:15:36.587The original question is specific in asking about using the msysgit bash shell... – Thell – 2012-10-25T18:51:14.243
1@Thell: What keeps one from starting the git bash shell from Powershell? BTW your solution does exactly the same: log in through SSH of some kind, then start the git bash shell. But not the second step was the tough one, IMHO. – ppeterka – 2012-10-25T18:52:32.060
Good point. Nothing at all. – Thell – 2012-10-25T18:59:03.910