git 常见开发操作

1到项目目录,git init

2git status 查看状态

3git add -A 添加所有文件

4git commit -m “注释” 提交

原文地址:https://www.cnblogs.com/non-clockwork-cheng/p/6376201.html