ou are working?
> Like this:
>export PS1="[EMAIL PROTECTED]:\\w \$(git status 2>/dev/null | head -n 1 |
> sed -e 's/# On branch //')\\$ "
Or check out the more efficient git/contrib/completion/git-completion.bash
from git.git; it provides a function __git_p
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/n