Thursday, 1 March 2018

git bucket tutorial




-------------------------------------------------------------------------------------------
find git config location:
download git: https://git-scm.com/downloads
open git cmd
git config --list --show-origin


find gitconfig location: C:/Users/bob/.gitconfig
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