Credential Helper Setup
Windows
git config --global credential.helper wincredmacOS
git config --global credential.helper osxkeychainLinux
git config --global credential.helper cache.git-credentials
Add credentials in $HOME/.git-credentials:
https://<github_username>:<github_token>@github.com