本项目为
fastAPI官方文档学习coding项目。
1,win 下的 gitconfig 配置
[user]
name = zhangbc
email = [email protected]
[core]
quotepath = false
[gui]
encoding = utf-8
autocrlf=true
[alias]
st=status
ck=checkout
br=branch
lg=log --date=iso-local --pretty=format:'%C(yellow)%h%Creset %C(white)%an%Creset %Cgreen%ae%Creset %Cblue%ad%Creset %Cred%s'
[i18n "commit"]
encoding = utf-8
[i18n]
logoutputencoding = utf-8