GIT 相关命令

cd到项目文件夹

git init(创建 .git文件)

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

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

git push(代码提交)

git pull(拉取代码)

你可能感兴趣的:(GIT 相关命令)