Repositories
qpomodoro
Pomodoro project (written by Sakari Hyoty shyoty@iki.fi v0.2) with some changes for windows.
-
Cloning this repository:
git clone git://gitorious.org/qpomodoro/qpomodoro.git qpomodoro cd qpomodoro
Add this repository as a remote to an existing local repository:
git remote add qpomodoro git://gitorious.org/qpomodoro/qpomodoro.git git fetch qpomodoro git checkout -b my-local-tracking-branch qpomodoro/master_or_other_branch

