with push
This commit is contained in:
7
scripts/push_github.sh
Executable file
7
scripts/push_github.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
git remote add github git@github.com:kjuulh/kraken.git || true
|
||||
|
||||
git push -f github main
|
Reference in New Issue
Block a user