-------------------------------------------------------------------------------------------
find git config location:
download git: https://git-scm.com/downloads
open git cmd
git config --list --show-origin
open with notepad++
[gui]
[user]
email = xxxx
name = xxxxx
[gui]
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[gui]
[gui]
recentrepo = C:/Users/bob/Desktop/aa
--------------------------------------------------------------
reference:
https://guides.github.com/activities/hello-world/
No comments:
Post a Comment