Git command output is in editor (vim) and not directly to terminal output [duplicate]
Reply to myself.
It is a default behavior change introduced in git 2.16.
With git --no-pager branch
or git config --global pager.branch false
it's ok
Reply to myself.
It is a default behavior change introduced in git 2.16.
With git --no-pager branch
or git config --global pager.branch false
it's ok