Friday, January 7, 2022

git push using token - example

 

$ git remote set-url  origin https://<YOUR TOKEN HERE>@github.com/<YOUR USERNAME HERE>/<YOUR REPO NAME HERE>.git  


$ git push --set-upstream origin <YOUR NEW BRANCH IF ANY HERE> 



$ git push 

No comments:

Post a Comment