| #STORE GIT CREDENTIALS IN CACHE | #STORE GIT CREDENTIALS IN CACHE | ||||
| sudo yum install git | |||||
| git config --global credential.helper store | git config --global credential.helper store | ||||
| git config --global credential.helper 'store --file ~/.git-credentials' | git config --global credential.helper 'store --file ~/.git-credentials' |