Revision history for App-gh


0.018

    Change the pull command behavior

    - Merge from fork repository if --merge option is specified.
    - Create a branch from fork/master (default branch master) for fork.
    - Checkout the branch fork/master (default branch master).
    - Pull changes from fork repository to the branch


0.017   Mon 04 Oct 2010 01:08:19 PM CST
        * Add push command.

0.0167  Mon 04 Oct 2010 02:57:20 AM CST
        * Add new command: `gh update` to update current repository

0.0166  ¤é 10/ 3 13:40:33 2010
        * show available commands

0.0165  Áù 10/ 2 21:19:28 2010
        * provide a --skip-exists | -s option for command `all`.

            git all c9s -s --into .

          this will clone new repositories only.

        * Understand link to github in fork command (CHORNY)


0.0164  Áù 10/ 2 21:11:39 2010
        * add new command `recent`.
        * update repository with `git pull --rebase --all`

0.0167  Sat 16 Oct 2010 11:47:28 AM JST
        * add upload command 
        * --cpan option for upload command to use CPAN::Uploader