+ 1
Why I have to put password after written in consol: git fetch or git pull?
Git
5 Réponses
+ 1
Because fetch, pull and push are operations on the remote repository, which is protected. You can store your password locally in config to improve your workflow.
+ 1
Sandra thx so much, I didn't know about this
+ 1
What I have to do to improve my workflow?
+ 1
I've always had the problem that I had to do this for each project, if you find a better solution - please let me know it 😉