Git Product home page Git Product logo

egitu's Introduction

EFL Git user interface

Features

  • Draw the DAG of the repo
  • View the diff of each revision
  • Edit repository description
  • Powerfull branches management
  • Clone local or remote repository
  • Stage/unstage files
  • Commit staged changes
  • Revert commits (optionally autocommit the revert)
  • Cherry-pick commits (optionally autocommit)
  • Push/Pull to/from the remote repository
  • Merge any local branch in the current one
  • Powerfull Compare tool.
  • Discard not committed changes (checkout or reset --HARD)
  • Add/Remove/Checkout Tags
  • Stash management
  • Manage repository remotes
  • Review/Edit all git commands before execution (for advanced users)
  • Cool Gravatar integration

Screenshot1

Requirements

  • Python 2.7 or higher
  • Python-EFL 1.13 or higher
  • python modules: efl, xdg

Installation

  • For system-wide installation (needs administrator privileges):

(sudo) python setup.py install

  • For user installation:

python setup.py install --user

  • To install for different version of python:

pythonX setup.py install

  • Install with a custom prefix:

python setup.py install --prefix=/MY_PREFIX

  • To create distribution packages:

python setup.py sdist

License

GNU General Public License v3 - see COPYING

TODO

  • Blame
  • Undo commits (git reset --soft HEAD~1 ??)
  • Improve branches dialog with more branches info

egitu's People

Contributors

davemds avatar seoz avatar lenoch avatar

Watchers

 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.