File: README.md

package info (click to toggle)
git-cola 4.14.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,812 kB
  • sloc: python: 37,625; sh: 298; makefile: 223; xml: 102; tcl: 62
file content (12 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Windows Tips
============
* git-cola is tested on Git for Windows.
* Other git environments should work fine as long as `git`
  can be found in the $PATH.
* The provided `cola` shell script can be used to launch *git-cola*
  if you do not want to keep `python.exe` in your $PATH.
* If your python is installed in a location other than `/c/Python*/`
  then you can tell the `cola` script about it by setting the
  `cola.pythonlocation` git configuration variable.  e.g.:

   $ git config --global cola.pythonlocation "/c/Python27/python.exe"