SQB@SQB-PC /e/workspacehtml
$ git config --global user.name "Kevin"git
SQB@SQB-PC /e/workspacecurl
$ git config --global user.email "409747494@qq.com"ide
SQB@SQB-PC /e/workspaceurl
$ git config --listspa
core.symlinks=falseorm
core.autocrlf=trueserver
color.diff=autohtm
color.status=autossl
color.branch=auto
color.interactive=true
pack.packsizelimit=2g
help.format=html
http.sslcainfo=/bin/curl-ca-bundle.crt
sendemail.smtpserver=/bin/msmtp.exe
diff.astextplain.textconv=astextplain
rebase.autosquash=true
user.name=Kevin
user.email=409747494@qq.com
刪除
rm README
git rm README
git commit -m "remove README file"
重命名
git mv hellogit.rb helloworld.rb
git commit -m "rename hellogit.rb"