git @ Cat's Eye Technologies klaus / 0.6.0 tests / repos / scripts / test_repo
0.6.0

Tree @0.6.0 (Download .tar.gz)

test_repo @0.6.0raw · history · blame

1
2
3
4
5
6
#!/bin/bash -e
git init

echo Hello World > README
git add README
git commit -m "First commit"