On 14 February 2013 14:44, Fabrizio Cioni <fabrizio.ci...@gmail.com> wrote:
> I'll have to accept the logic and to be very careful on my (and other) git
> behaviour, knowing when to be careful.
> I've studied and tested git for personal use in the last months, now that
> we're using in a group things get more interesting, and complicated.

You could also have a look at the bash, zsh and tcsh command line
completion scripts stored in git.git/contrib/completion/ . There's a
git-prompt.sh script there that lets you have various status
indicators in the command line prompt:

* = Some file(s) are modified
+ = Files are added, but not committed yet
% = Unknown (untracked) files exist
u=NUM Displays a positive or negative number if you're ahead of or
behind the remote branch

So with a glance on the prompt, you'll immediately know if something
is changed, added or removed.

Regards,
Øyvind

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to