Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Version Control

    committer 0.0.70

    Download button

    No screenshots available
    Downloads: 87  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Michael Gruber | More programs
    The Apache License 2.0 / FREE
    August 28th, 2012, 22:10 GMT
    ROOT / Programming / Version Control

     Read user reviews (0)  Refer to a friend  Subscribe

    committer description

    Provides a simplified command line interface to the version control systems git, mercurial, and subversion

    committer is a Python tool that provides a simplified command-line interface to the version control systems git, mercurial, and subversion.

    Usage

    - commit - commit all changes
    - st - status: show all changes
    - update - update the current directory

    Commit all changes:

    commit "Extracted interface."

    Example: performing commit on a git repository will:

    - check if the git command is executable, by executing git --version
    - execute git pull
    - execute git commit -a -m "Extracted interface."
    - execute git push

    Increment the version before committing:

    commit "Added new feature" ++

    The second argument "++" tells the script to increment the version within build.py

    Show all changes:


    st

    This will execute the "status" command known by all version control systems.

    Update:


    update

    Example: performing update on a mercurial repository will:

    - check if the hg command is executable, by executing: hg --version --quiet
    - execute hg pull
    - execute hg up

    Help

    commit help

    The help argument works on all commands.

    Version Information

    update --version

    Displays the committer version information. Works on all commands.

    Installation

    Using pip

    sudo pip install committer

    or

    sudo pip install https://github.com/downloads/aelgru/committer/committer-0.0.58.tar.gz

    Using easy_install

    easy_install https://github.com/downloads/aelgru/committer/committer-0.0.58.tar.gz

    Micro Commits

    Committing in a high frequency has advantages:

    - prevents merging,
    - makes code reviews easier, and
    - commit messages for smaller commits "tell a story".

    Alternatives

    If you do not like the workflow committer implies, maybe you are interested in hg-git or git-svn.

    (Thanks to Steve Klabnik for the hint)



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    version control | subversion interface | git interface | git | version | control

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM