diff --git a/scripts/upstream_sync.sh b/scripts/upstream_sync.sh index 4b6f09e4..b91d9743 100755 --- a/scripts/upstream_sync.sh +++ b/scripts/upstream_sync.sh @@ -7,6 +7,7 @@ git checkout main git branch -D the-sacrifice git checkout -b the-sacrifice +git remote add upstream git@github.com:tyrasd/overpass-turbo.git git fetch upstream master mkdir upstream