microblog-posts/commit.sh

10 lines
75 B
Bash
Raw Normal View History

2022-11-12 13:27:19 +01:00
#!/bin/bash
set -e
git pull --rebase
2022-11-12 13:27:49 +01:00
git commit --allow-empty
2022-11-12 13:27:19 +01:00
git push