技术栈
git add
恋喵大鲤鱼
2 小时前
git
·
git add
git add
git add 的核心作用是将工作区(Working Directory)中修改、新增或删除的文件,添加到暂存区(Staging Area),为下一次 git commit 做准备。
我是有底线的