📜  git credential cache - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:10.046000             🧑  作者: Mango

代码示例2
# Set the time to remember your credentials for (in seconds). The command below sets it to 10 minutes.
$ git config --global credential.helper 'cache --timeout=600'