mkdir -p /tmp/raubtiergit && cd /tmp/raubtiergit git init touch a ; git add a ; git commit -a -m "test1" touch b ; git add b ; git commit -a -m "anderer test" touch c ; git add c ; git commit -a -m "foobar" stg init stg uncommit -n 2