8 lines
111 B
Bash
Executable File
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
|