bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git workflow


From: Bruno Haible
Subject: Re: git workflow
Date: Thu, 21 Aug 2008 12:22:24 +0200
User-agent: KMail/1.5.4

Paolo Bonzini wrote:
> ... I would have anyway committed the poll(2) work in progress.
> 
> My usual workflow is to develop stuff in a separate branch, and I want 
> to catch as soon as possible any deviation from the workflow.

Maybe you can include the output of the command
   git status 2>/dev/null | head -n 1 | sed -e 's/# On branch //'
in your bash prompt, as a constant reminder on which branch you are working?
Like this:
   export PS1="address@hidden:\\w \$(git status 2>/dev/null | head -n 1 | sed 
-e 's/# On branch //')\\$ "

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]