Skip to content

Instantly share code, notes, and snippets.

@samuel-alves
Created July 10, 2025 08:48
Show Gist options
  • Save samuel-alves/f5f4be5915cc1595810000116423e7aa to your computer and use it in GitHub Desktop.
Save samuel-alves/f5f4be5915cc1595810000116423e7aa to your computer and use it in GitHub Desktop.
#!/bin/sh
git remote set-url origin https://[TOKEN]@github.com/[Owner]/[REPO_NAME].git
# Example
# git remote set-url origin https://[email protected]/samuel-alves/dummy-repo.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment