octopush/scripts/push_github.sh

8 lines
109 B
Bash
Raw Normal View History

2022-09-12 22:47:34 +02:00
#!/bin/bash
set -e
git remote add github git@github.com:kjuulh/kraken.git || true
git push -f github main