
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
What are you guys using as a Git gui tool? Does IntelliJ have good support or is there some external tool that people are using? I'm looking for something that can give me a tree of files that are modified/added/deleted remotely and/or locally and that allows a per-file diff from that view - basically a wrapper for 'git log'. I know I can just run 'git pull' to update but I prefer to see what's changed before updating.
Is there anything like that available? Eclipse has this for its various SCM tools but it doesn't have Git support yet.
Burt