Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Strange output of git branch

I have really strange output of "git branch". I type git branch in terminal and instead of getting the output of all branches in the terminal, I get the output in some file with the name of all branches opens and with "END" word in the end of this file. To exit I have to press q. How can I get the standard output of this command directly in the terminal?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Use the following command to get a list of branches printed to your terminal

git branch --list | cat
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading