Answers for "Git change personal access token command line"

1

git change personal token to login and passowrd

git remote remove origin
git remote add origin https://<USERNAME>@github.com/<USERNAME>/<REPO>.git
Posted by: Guest on August-17-2021
0

Git change personal access token command line

git remote set-url origin https://<token>@github.com/<username>/<repo>
Posted by: Guest on August-19-2021

Code answers related to "Git change personal access token command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language