git及github的学习 初始化123456789101112git -v #查看git版本git config --global user.name "name"git config --global user.email "*******@qq.com"git init#初始化用户名,邮箱git add ****.py #添加文件git add . #添加当前路径下的所有文件git commit -m "这次提交版本的名字(修改内容)" #将这次版本提交上去git log #提交记录 学习 #github #blog #git git及github的学习 https://collapsarva.github.io/2024/06/09/git及github的学习/ Author zzk Posted on June 9, 2024 Licensed under PointRCNN环境搭建及部署 Next