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
|
# 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*
|
# Setting up a new repo *make first commit*
|
||||||
# git remote add origin <url/path to git project>
|
# git remote add origin <url/path to git project>
|
||||||
# git push -u origin master
|
# git push -u origin master
|
||||||
@ -11,6 +11,7 @@
|
|||||||
[credential]
|
[credential]
|
||||||
username = lemonase
|
username = lemonase
|
||||||
helper = store
|
helper = store
|
||||||
|
helper = /usr/local/share/gcm-core/git-credential-manager-core
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
status = auto
|
status = auto
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user