for example, a question, such as git branch-a, opens an additional window interface to display the output of the command:
q:
git showgit log
git status:
-sharp git status
On branch master
Your branch is ahead of "origin/master" by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
obviously, the output of the command is displayed directly below the command, not in an additional open window.
has anyone encountered similar problems? How to solve it? Thank you!