octopush/scripts/push_github.sh
2022-09-12 22:47:34 +02:00

8 lines
109 B
Bash
Executable File

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