octopush/scripts/push_github.sh
Kasper Juul Hermansen d6d98c2ce8 v0.2 (#14)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #14
2022-09-21 22:55:52 +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