gitlab save credentials code example
Example: gitlab asking for password every time
git config --global credential.helper store
git config --global credential.helper cache
git config --global credential.helper store
git config --global credential.helper cache