📜  来自命令行的 git - Shell-Bash 代码示例

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

代码示例1
git status
git add . (for al your files)
git add name to add just certain files
git commit -m "message"
git push