GitXの使い方

gitx --help
Usage: gitx (--help|--version)
   or: gitx (--commit|-h)
   or: gitx <revlist options>

	-h, --help          print this help
	--commit, -c        start GitX in commit mode

RevList options
	See 'man git-log' and 'man git-rev-list' for options you can pass to gitx

	--all                  show all branches
	<branch>               show specific branch
	 -- <path>             show commits touching paths

diffを見るには、

git diff | gitx

って感じにもできます。