Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

git set origin

git remote set-url origin https://<your-username>:<token>@github.com/<username>/<repo-name>.git
# if you face the following error, or adding for the first time
# fatal: No such remote 'origin'
# use this
git remote add origin https://<your-username>:<token>@github.com/<username>/<repo-name>.git
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #set #origin
ADD COMMENT
Topic
Name
4+2 =