I am making an app in python for git pull using username and password. I ve already cloned github repository in local. Now i want to pull every time using python by different user, for that they need to enter every time username and password. For example if i apply github commands on terminal:
git pull origin master
it asks username and password (which is i am currently looking how to do in python) which it pulls all recent commits.
I am following that tutorial but it says to configure which means (if i am not wrong) will save the all infos. Moreover it creates a new repo whereas my repo already exists as i already did clone. Tutorial:
https://www.devdungeon.com/content/working-git-repositories-python
This post i also followed:
How can I pull a remote repository with GitPython?
Here is on my local Github directory which i cloned through terminal:
[][
On website:
Sorry for bad English. I need help to understand this phenomena.