Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Stop Git-Bash command on windows

I am developing HTML 5 Android app using Ionic Framework.

it successfully builds and run successfully.

But after opening a application in my device nexus 7(works correctly in device), the git bash on my laptop just doesn't let me enter new command. it just stays at LAUNCH SUCCESS.

My question is how can i enter new command or run/build the app again?, without exit and opening the git-bash again.

Here is screenshot of Git-bash command line.

screenshot of Git-bash command line

like image 456
Maulik Anand Avatar asked Feb 15 '26 13:02

Maulik Anand


2 Answers

I'm not familiar with how Ionic works but should you be doing this in Git Bash? Did you try on cygwin, since you seem to be on windows?

Anyhow, Ctrl+c should do, have you tried that?

like image 171
Robin Eisenberg Avatar answered Feb 18 '26 03:02

Robin Eisenberg


If you are using the git cli directly, pressing q in the keyboard will also do the job for you.

like image 44
CodeBuggy Avatar answered Feb 18 '26 02:02

CodeBuggy