Kredensial Git
# this will store your credentials "forever"
git config --global credential.helper store
Thankful Tarsier
# this will store your credentials "forever"
git config --global credential.helper store
git config --global credential.helper 'cache --timeout=3600'