📜  VS github 提交 - Shell-Bash 代码示例

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

代码示例1
// ready the changes for commit
git add .

// commit your changes with a message
git commit -m "Your message to refernce your commit"