with GIT:
when diff'ing between master and branch-n, how can I see a graphical view of differences?
i.e. I want to see a list of all files that are different, and a graphical view that let's me manually merge files if I want to (if I don't want to auto-merge).
Say after I manually view each file that was changed, I want to merge all, can I do that in a single command?