1 篇文章带有标签 “Git”

Git 命令

git config --global --list
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
user.name=军舰
user.email=wang-junjian@qq.com
http.postbuffer=524288000
http.version=HTTP/1.1
git config --global user.name "军舰"
git config --global user.email wang-junjian@qq.com
git init
Initialized empty Git repository in /Users/junjian/GitHub/wang-junjian/HelloGit/.git/
git remote add origin https://github.com/wang-junjian/HelloGit.git