fixed mirroring repo not working properly

This commit is contained in:
Bella 2020-04-28 13:04:52 -04:00
parent 24e095e3c2
commit 85759b7dca
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export COMMIT_LAST_FULL="$(git log --format=%H -1)"
git fetch kamiblue master
git fetch origin master
git reset --hard kamiblue/master
git push --force origin master
git push --force origin HEAD:master
export COMMIT_TRIM="$(git log --format=%h -1)"