Created
March 5, 2021 12:36
-
-
Save undergroundwires/f496670c8719838a052075c01ad43a16 to your computer and use it in GitHub Desktop.
Set git remote to GitHub SSH
This file contains 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
git remote set-url origin "ssh://[email protected]/USERNAME/REPOSITORY.git" | |
# Verify new remote URL | |
git remote -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment