octopush/scripts/push_github.sh
2022-10-06 22:03:10 +02:00

8 lines
112 B
Bash
Executable File

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