Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.46 KB

Git.md

File metadata and controls

43 lines (33 loc) · 1.46 KB

Git

  1. legit
    Legit is a complementary command-line interface for Git, optimized for workflow simplicity.
    Project Source: https://github.com/kennethreitz/legit
    Project Homepage: http://www.git-legit.org/

  2. git-imerge
    Incremental merge for git.
    Project Source: https://github.com/mhagger/git-imerge

  3. dulwich
    Pure-Python Git implementation.
    Project Source: https://github.com/jelmer/dulwich
    Project Homepage: http://www.samba.org/~jelmer/dulwich/

  4. octogit
    A free and open source interface to github from the command line.
    Project Source: https://github.com/myusuf3/octogit
    Project Homepage: http://myusuf3.github.io/octogit/

  5. hg-git
    This is the Hg-Git plugin for Mercurial, adding the ability to push and pull to/from a Git server repository from Hg.
    Project Source: https://github.com/schacon/hg-git
    project Homepage: http://hg-git.github.io/

  6. gittle
    Gittle is a high-level pure-python git library.
    Project Source: https://github.com/FriendCode/gittle

  7. GitPython
    GitPython is a python library used to interact with Git repositories.
    Project Source: https://github.com/gitpython-developers/GitPython

  8. git-sweep
    A command-line tool that helps you clean up Git branches that have been merged into master.
    Project Source: https://github.com/arc90/git-sweep

  9. git-cola
    The highly caffeinated Git GUI.
    Project Source: https://github.com/git-cola/git-cola
    Project Homepage: http://git-cola.github.io/