Repositories
cmd-twitt
Cmd Twitt is a light twitter client designed to be used in the command line. Is written in Python and uses the python-twitter lib.
-
Cloning this repository:
git clone git://gitorious.org/cmd-twitt/cmd-twitt.git cmd-twitt cd cmd-twitt
Add this repository as a remote to an existing local repository:
git remote add cmd-twitt git://gitorious.org/cmd-twitt/cmd-twitt.git git fetch cmd-twitt git checkout -b my-local-tracking-branch cmd-twitt/master_or_other_branch

