gitx

Accessing the git shell in GitX on OS X

I know this sounds very basic, but I couldn't find where I can access the git shell in GitX. A bonus question: Do I have to use the shell in order to clone a repo from GitHub? ...

How to load / open / suck an repository from GitHub into GitX?

I downloaded Git and GitX for mac and installed it. Now, just for fun, I want to know how I could obtain an repository from GitHub like http://github.com/zoul/Finch.git ?? For me all this Git stuff looks like I have a client and connect to a server in order to get some data from some repository. Like FTP, well not really. But similar. ...

GitX - How do you view a single file's commit history?

Using GitX, how do I view the revision history for a single file? (using the command-line interface preferably) E.g using GitK this is rather simple; $ gitk app/models/activity.rb ...

Is there a GitX equivalent for Subversion that allows command-line execution?

I really like being able to the command-line tool gitx from Terminal.app to open GitX and see the Git repository change log that I can scroll through, with nicely formatted diffs for each. Git and Subversion are fairly different, and I know a tool to view a log and diffs for a checkout of a part of the subversion repo certainly wouldn't...