Skip to content

mwh/git-cola

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-cola: The highly caffeinated git GUI

git-cola is a sleek and powerful git GUI

Copyright (C) 2007-2012, David Aguilar and contributors

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

DOWNLOAD

apt-get install git-cola python-inotify

New releases are available on the git-cola download page.

FORK

git clone git://github.com/git-cola/git-cola.git

git-cola on github

git-cola google group

NUTRITIONAL FACTS

ACTIVE INGREDIENTS

INOTIFY

pyinotify >= 0.7.1 enables inotify support on Linux.

BREWING INSTRUCTIONS

Normally you can just do "make install" to install git-cola in your $HOME directory ($HOME/bin, $HOME/share, etc). If you want to do a global install you can do

make prefix=/usr install

You don't need to install cola to run it, though. git-cola is designed to run directly out of its source tree.

make
bin/git-cola
bin/git-dag

MAC OS X INSTALLTION INSTRUCTIONS

Whether you install cola yourself with make install or use the git-cola.app bundle, you will need to install Qt4 and PyQt4.

The easiest way to do this is to install homebrew and use it to install git-cola.

brew install git-cola

Once brew has installed git-cola (and its dependencies) you use git-cola.app or install from source using make install. Installing these packages also gives you a PyQt development environment which can be used for building your own applications or hacking on cola itself.

WINDOWS INSTALLATION

Download the latest stable Git, Python 2.6, and Py26-PyQt4 installers

Once these are installed you can run git-cola from the Start menu or from a Git Bash by typing cola.

If you are developing git-cola on Windows you can run the code by using the win32/cola shell script.

/c/Python26/python setup.py build
win32/cola

The win32/cola script assumes that you have python installed in either /c/Python26 or /c/Python25. Adjust accordingly.

About

git-cola: A highly caffeinated git GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.1%
  • Perl 0.2%