bunteshaus.de/push.sh

5 lines
71 B
Bash
Executable File

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