change credential helper and change spaces to tabs
This commit is contained in:
parent
6e90b09d88
commit
c6142f5eff
@ -1,6 +1,6 @@
|
||||
# Have git remember credentials
|
||||
# git config --global credential.helper (store|cache|libsecret)
|
||||
#
|
||||
# git config --global credential.helper (store|cache|libsecret|git-credential-manager-core)
|
||||
|
||||
# Setting up a new repo *make first commit*
|
||||
# git remote add origin <url/path to git project>
|
||||
# git push -u origin master
|
||||
@ -11,6 +11,7 @@
|
||||
[credential]
|
||||
username = lemonase
|
||||
helper = store
|
||||
helper = /usr/local/share/gcm-core/git-credential-manager-core
|
||||
[color]
|
||||
ui = true
|
||||
status = auto
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user