Unable to show a Git tree in terminal
How can you get the tree-like view of commits in terminal? git log –graph –oneline –all is a good start. You may get some strange letters. They are ASCII codes for colors and structure. To solve this problem add the following to your .bashrc: export LESS=”-R” such that you do not need use Tig’s ASCII … Read more