Archive for the git Category

  • Display your current GIT branch in your prompt - December 29th, 2008

    I spotted a customised prompt on someone’s computer and remembered that you can control what’s displayed in your prompt. This led to an immediate Ah-ha moment that I should display my current working GIT branch there to stop having to keep running git branch to remember which branch I’m working in.
    I quickly Googled to see [...]