Category: git

How to store credentials in Git

So, you don’t want to enter your username and password each time you issue a git command in your terminal. There is a way to save your credentials on your PC’s disk in plaintext. run then It will ask you for your username and password one last time and save it for your future commands. […]