📜  github git init main - Shell-Bash 代码示例

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

代码示例3
$ git add .
# Adds the files in the local repository and stages them for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.