I am using Visual Studio Code and working locally in a repository that is in Gitlab, but every time I use the command git push origin master
I get a pop window to enter my Gitlab account and password. My question is there any form to configure my Gitlab account so I do not need to enter my credentials every time?
Asked
Active
Viewed 6,289 times
0

Las Des
- 103
- 1
- 4
1 Answers
1
You can refer to this answer to know how to save your username and password for git in a secure way so that it doesn't ask you again and again.
How to save username and password in Git?
Also as you mentioned about VSCode, there are many extensions that helps you with handling git but one of those which I will recommend is GitLens. As it will also let you know who changed which part of code.

AJcodes
- 91
- 4
-
Thanks, a lot. GitLens really help me also a lot. – Las Des Nov 19 '20 at 02:51