Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 325 Bytes

gin学习

20240224

今天学习了容器开发,这次提交其实是从容器内提交的;

增加了一个.devcontainer目录,存放配置和Dockerfile

设置用户名和邮箱

git config --global user.name "username"
git config --global user.email "email"

提交

git push