📜  提交和推送 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:14.060000             🧑  作者: Mango

代码示例4
git add .
# Adds the file to your local repository and stages it for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.