enter image description here
After using some commands e.x. gitk I can't keep using terminal. Need to close gitk and then I can keep typing commands. Is there a way to open a program and keep using terminal? I'm using GitBash.
To exit from bash type exit and press ENTER . If your shell prompt is > you may have typed ' or " , to specify a string, as part of a shell command but have not typed another ' or " to close the string. To interrupt the current command press CTRL-C .
just right click on the desired folder and select git-bash Here option it will direct you to that folder and start working hope it will work. Show activity on this post. if you are on windows then you can do a right click from the folder where you want to use git bash and select "GIT BASH HERE".
gitk &
The &
causes the command to run in the background.
As an alternative, you can interrupt a program by pressing Control-Z
in the terminal. This gives you back control of the command-line, but pauses the program. You can continue it in the background by typing
bg
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With