I had to revoke the old Github token for a private repo.
Now generated a new token from Github.
How to add this old token to the existing repo?
Without updating this new token push/pull is failing:
git push origin master
remote: Invalid username or password.
fatal: Authentication failed for....
I know how to solve this problem if I can re-clone the repo. However, I want to avoid cloning the repo again.