2013 Dec 8
[Git] Remember credentials on git operations
Tired of entering your ID / password each time you do a git operation?
Here you go if you are on Windows:
- Download git-credential-winstore
- Run the application.
Note: if you are using CygWin, you may change the following block with a CygWin style path:
[credential]
helper = !'C:\\Users\\myUserName\\AppData\\Roaming\\GitCredStore\\git-credential-winstore.exe'
into
[credential]
helper = !'/c/Users/myUserName/AppData/Roaming/GitCredStore/git-credential-winstore.exe'