I know this question has been asked before and I've been looking at this link :
https://www.kernel.org/pub/software/scm/git/docs/git-credential-store.html
I'm really really new to using Git Gui Application for Windows and Git Hub in general.
I've "fetched" an existing repository by typing in the URL for the repository from the Git Hub website in the format https://github.com/projectname.git
To push to it, I copy paste files into my local git directory and then hit f5 in Git Gui and commit/push to the origin.
However each time I want to push something - it asks me for my username and password. The guide says to create a text file named .git-credentials with your username and password in the given format:
https://user:pass@example.com
Question:
How do I link the usage of the .git-credentials file with my Git Gui Application?...Am I using DOS? Or some Git Shell from somewhere?...
Any help would be greatly appreciated...