Giter VIP home page Giter VIP logo

stupidgit's Introduction

Installation
============

The easiest way to install StupidGit is to download one of its binary releases:
  http://github.com/gyim/stupidgit/downloads

If you want to run the latest, unreleased version of StupidGit, simply clone
the StupidGit repository to any place you want. You can either run StupidGit
from this directory or create a binary release with one of the following
commands:

  - Windows:
    - setup.py py2exe
    - setup.iss (press F9 and then Ctrl-F9 to create a setup package)
  - Ubuntu Linux: make builddeb
  - Mac OS X: make buildapp
  - Other systems: python setup.py install

For creating binary releases you will need to install Python >=2.5, wxPython,
setuptools and py2exe+InnoSetup/debhelper scripts/py2app, respectively.

Running StupidGit
=================

To run StupidGit, you will need the following packages:
- Python >= 2.5
  - Windows: http://www.python.org/download/
  - Ubuntu Linux: installed by default
  - OS X: installed by default
- wxPython >= 2.8
  - Windows: http://www.wxpython.org/download.php
  - Ubuntu Linux: apt-get install python-wxgtk2.8
  - OS X Leopard: installed by default.
  - OS X Snow Leopard: installed by default, but you should make sure
    that Python is running in 32 bit mode.
- Git >= 1.6
  ... if this is not installed yet, you probably don't need this program ;)
  StupidGit is tested with the standard git-core package on Ubuntu,
  the MacPorts git-core package on OS X and msysgit on Windows.

StupidGit will search git binary on the following locations:
- PATH
- on Unix platforms: /opt/local/bin (for MacPorts), /usr/local/git/bin (OSX build)
- on Windows: C:\Program Files\Git\bin (default path for msysgit)

On unix systems it is useful to create a symlink to
<StupidGit_dir>/bin/stupidgit from a directory which is in the PATH. If you
invoke stupidgit from a directory which is inside a git repository, it will
open that repo by default (just as gitk does).

External merge tools:
=====================

It is advised to install an external merge tool for StupidGit. Currently the
following tools are supported:

  - Windows: WinMerge
  - OS X: DiffMerge
  - Unix (including OS X): meld

Merge tools are searched in PATH and in their default installation
directories.

Development
===========

You are welcome to contribute to this project! See the wiki on GitHub for
details.

stupidgit's People

Contributors

gyim avatar alfoldinorbert avatar lez avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.