How to exit a 'git status' list in a terminal?

Question

How can I exit a terminal listing mode generated by the git status command?

Answer

I have to guess here, but git is probably running its output into your $PAGER program, likely less or more. In either case, typing q should get you out.

Clean up a fork and restart it from the upstream

Merge, update, and pull Git branches without using checkouts