GIT 相关命令

2018-05-11  本文已影响0人  Hextor

cd到项目文件夹

git init(创建 .git文件)

git add .(添加项目文件夹的所有文件)

git commit -m ""(提交日志)

git push(代码提交)

git pull(拉取代码)

上一篇 下一篇

猜你喜欢

热点阅读