Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.