I want to pull from a github repo which is created by user 1 but push different content into github repo of user 2. But for that I have to change the windows credentials related to github every single time before push or pull. How can this be done without changing the credentials just like can be done in linux distributions.
2