meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| git:credentials_store [2015/05/28 08:27] – created niziak | git:credentials_store [2020/06/03 11:18] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | '' | + | ====== credentials store ====== |
| - | '' | + | |
| + | <code bash> | ||
| + | git config --global credential.helper store | ||
| + | git config --unset --global credential.helper | ||
| + | </ | ||