Escaping git bash after reflog, or commit, etc

GitBash

Git Problem Overview


When I'm using something like git reflog, I lose my ability to type in commands. I don't know what you look up, because I'm relatively new to bash.

So, what's the terminology I can use to go back to running git commands after running a reflog?

Git Solutions


Solution 1 - Git

Press q for quit and you will be back to the normal shell. CTRL + C would work as well.

Solution 2 - Git

Type q for git bash and :wq then pressing enter for GitHub

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMorgan DelaneyView Question on Stackoverflow
Solution 1 - GitmanojldsView Answer on Stackoverflow
Solution 2 - GitMoh AlaraabiView Answer on Stackoverflow