fix: git remote already exists

This commit is contained in:
Khoubza Younes
2022-12-27 02:01:46 +01:00
parent c2c6d5464e
commit 9ffca7fcc1
+1 -1
View File
@@ -14,7 +14,7 @@ function split()
function remote()
{
git remote add "$1" "$2" || true
git remote add "$1" "$2" || git remote set-url "$1" "$2" || true
}
git pull origin $CURRENT_BRANCH