Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I force-quit Git Bash? [closed]

Tags:

git

bash

windows

I'm in Nano via ssh on my server via git bash. And I can't do anything. I can scroll up and down but I ***'ed it up somehow.

How do I quit it? I tried to find the process but windows can't tell me

like image 746
Petter Thowsen Avatar asked Feb 17 '23 13:02

Petter Thowsen


1 Answers

Using PowerShell

kill -n bash

Stop-Process

like image 181
Zombo Avatar answered Feb 20 '23 07:02

Zombo