octopush/scripts/push_github.sh

8 lines
109 B
Bash
Raw Normal View History

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