Created
July 10, 2025 08:48
-
-
Save samuel-alves/f5f4be5915cc1595810000116423e7aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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