5.git
Credential Helper

Credential Helper Setup

Windows

git config --global credential.helper wincred

macOS

git config --global credential.helper osxkeychain

Linux

git config --global credential.helper cache

.git-credentials

Add credentials in $HOME/.git-credentials:

https://<github_username>:<github_token>@github.com