cache user/token

PHOTO EMBED

Tue Aug 15 2023 15:49:16 GMT+0000 (Coordinated Universal Time)

Saved by @vs #bash

# 1 hour
git config --global credential.helper cache --timeout=3600

# 8 hours
git config --global credential.helper cache --timeout=28800
content_copyCOPY