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

10 lines
61 B
Bash
Executable File

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