This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git config credential.helper store | |
| git config --global credential.helper store (for globally) | |
| for different repositories on gitlab.com and github.com | |
| git config credential.gitlab.com.useHttpPath true | |
| git config credential.github.com.useHttpPath true | |
| --- or | |
| git config --global credential.gitlab.com.useHttpPath true | |
| git config --global credential.github.com.useHttpPath true |
OlderNewer