meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
git:credentials_store [2015/05/28 08:27] – created niziakgit:credentials_store [2020/06/03 11:18] (current) niziak
Line 1: Line 1:
-''git config --global credential.helper store'' +====== credentials store ====== 
-''git config --unset --global credential.helper''+ 
 +<code bash> 
 +git config --global credential.helper store 
 +git config --unset --global credential.helper 
 +</code>