octopush/scripts/push_github.sh
2022-09-21 11:06:53 +02:00

8 lines
111 B
Bash
Executable File

#!/bin/bash
set -e
git remote add github git@github.com:kjuulh/octopush.git || true
git push -f github main