microblog-posts/commit.sh
2022-11-12 13:27:49 +01:00

10 lines
75 B
Bash
Executable File

#!/bin/bash
set -e
git pull --rebase
git commit --allow-empty
git push