📜  git add 命令 - Shell-Bash 代码示例

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

代码示例6
//to add file to the repository
1. git add yourFilePath

//if you want to add all file then
2. git add .