Created
March 5, 2019 16:27
-
-
Save JasonKleban/93fc2b2104b121abd7798ee132c8c1f7 to your computer and use it in GitHub Desktop.
update git repo origin url
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
git remote get-url origin | |
git remote set-url origin https://... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks past self!