Add Credentials Git Linux

[Solved] Add Credentials Git Linux | Shell - Code Explorer | yomemimo.com
Question : add credentials to git

Answered by : poor-peccary-nvyakynn0ao7

git config user.name "your username"
git config user.password "your password"

Source : | Last Update : Sun, 29 Mar 20

Question : add credentials git linux

Answered by : shy-shrike-vbxae7d6m2t7

# This cache timeout is in seconds
$ git config --global credential.helper 'cache --timeout=3600' 

Source : https://unix.stackexchange.com/questions/379272/storing-username-and-password-in-git | Last Update : Wed, 29 Apr 20

Answers related to add credentials git linux

Code Explorer Popular Question For Shell