dg get http://ftp.frugalware.org/pub/other/repos/git/frugalware/.git/
mkdir t
cd t
git clone ../frugalware/
cd frugalware/
echo foo >> AUTHORS
git add AUTHORS
git commit -m "foo"
git push
echo bar >> AUTHORS
git add AUTHORS
git commit -m "bar"
git fetch
git push

