bunteshaus.de/push.sh
2022-06-26 19:14:13 +02:00

5 lines
71 B
Bash
Executable File

#!/bin/bash
git pull --rebase upstream main && \
git push origin && \