H
H
hackuun2018-04-23 22:11:06
git
hackuun, 2018-04-23 22:11:06

Why did the git branch command start opening in the editor after a git update?

There was version 2.7, it seems, it has been updated to 2.17 and now the command git branchopens in the editor built into the console (it seems to be called that), which is inconvenient. forces you to perform an extra action to exit.
1. Why is this done? After all, this command simply prints a list of branches.
2. How to return it back so that the name of all repo branches and in which branch I am simply written to the console.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hackuun, 2018-04-24
@hackuun

https://stackoverflow.com/questions/48341920/git-b...
git config --global pager.branch false

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question