标签:记录 test 就会 class 信息 提交 工作区 commit pre
git add test.py # 添加单个文件到暂存区
git add . # 添加工作区中所有文件到暂存区
每commit 成功一次,就会生成一个版本
git commit -m '版本1(版本的描述信息)'
标签:记录 test 就会 class 信息 提交 工作区 commit pre
原文地址:https://www.cnblogs.com/nichengshishaonian/p/11538013.html