1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/bash -e git init echo 1 > test echo -n 2 >> test git add test git commit --no-gpg-sign -m old echo 1 > test echo 2 >> test git add test git commit --no-gpg-sign -m new