AFAIK colored git output is generated from values you put into your 
~/.gitconfig file. 
For git status you should use something like
 
[color "status"]
    added = yellow
    changed = green
    untracked = cyan

Ilia

On Apr 12, 2013, at 2:06 PM, Peter Flood <i...@whywouldwe.com> wrote:

> On my machine (osx) I get coloured output when I run `git status` (local 
> changes are red and staged changes are green), when I ssh into ubuntu 
> machines I get a coloured prompt and coloured output when I run `ls -la` 
> but not for `git status`. Anyone know how to fix this?
> 
> Thanks
> 
> 
> 
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> Fish-users mailing list
> Fish-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fish-users


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to