Skip to content

zhangbc/python_learn_note

 
 

Repository files navigation

项目说明文档

本项目为 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

参考资料

About

Python 知识学习库

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors