Hit the command below in the terminal
git config --global credential.helper store
ones this command is run, any git operation required credentials you do, credentials will be stored. Next time you don't need to put the credentials again.
Hit the command below in the terminal
git config --global credential.helper store
ones this command is run, any git operation required credentials you do, credentials will be stored. Next time you don't need to put the credentials again.
If you find my content helpful and want to see more quality articles, tools, and resources, consider supporting my work through GitHub Sponsors. Your support helps me dedicate more time to creating free, open-source content.
Become a sponsor