diff --git a/gclone b/gclone index 7d7372c..aff6b3b 100755 --- a/gclone +++ b/gclone @@ -30,5 +30,5 @@ else git config user.signingkey "$gpg_key"! git config commit.gpgsign true git remote remove origin - GPG_TTY=$(tty) git push --set-upstream "$url" main + GPG_TTY=$(tty) git remote add main "$url" fi