Skip to content

Instantly share code, notes, and snippets.

@loudpumpkins
Last active June 1, 2025 01:12
Show Gist options
  • Save loudpumpkins/5fae3375084f2093f3879b3f68be698b to your computer and use it in GitHub Desktop.
Save loudpumpkins/5fae3375084f2093f3879b3f68be698b to your computer and use it in GitHub Desktop.
export ORIGINAL_URL=$(git remote get-url origin)
git remote set-url origin https://[email protected]/arimadata/llm_experiment.git
git push
git remote set-url origin $ORIGINAL_URL
git remote -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment