Skip to content
forked from pieter/gitx

Personal fork of GitX

License

Notifications You must be signed in to change notification settings

andrewschleifer/GitX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

GitX is a gitk-like clone written specifically for OS X. This means that it has a native interface and tries to integrate with the operating system as good as possible.

Features

  • History browsing of your repository
  • Nicely formatted diff of any revision
  • Search based on author or revision subject
  • Show the complete tree of any revision

License

GitX is licensed under the GPL version 2. For more information, see the included LICENSE.txt file.

Usage

GitX itself is fairly simple. Most of its power is in the 'gitx' binary, which you should install through the menu. the 'gitx' binary supports most of git rev-list's arguments. For example, you can run gitx --all' to display all branches in the repository, or gitx -- Documentation' to only show commits relating to the 'Documentation' subdirectory. With `gitx -Shaha', gitx will only show commits that contain the word 'haha'. Similarly, with 'gitx v0.2.1..', you will get a list of all commits since version 0.2.1.

About

Personal fork of GitX

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 85.4%
  • JavaScript 14.4%
  • Other 0.2%