git常用命令

来源:互联网 发布:沈阳广电网络 编辑:程序博客网 时间:2024/06/04 17:47

git常用命令

git init
git add .
git commit -m "init"
0 0