Slashdot Mirror


A Dedicated Shell For Git Commands

Nw submitter CMULL writes "Stop typing Git over and over again. Ruby on Rails development and consulting firm thoughtbot created an interactive shell dedicated to Git commands, gitsh. One of the primary developers says there is a need for this shell because many early Unix utilities don't take sub-commands like Git."

2 of 96 comments (clear)

  1. Git outta here BETA! by Anonymous Coward · · Score: 0, Funny

    Betaaaa!!!! I hate theeeee!!!!!

  2. gitshell by defaria · · Score: 5, Funny
    $ while true; do
    > echo -n "GitShell:"
    > read command
    > git $command
    > done

    Well that was easy!