git

105 阅读1分钟

1.git init 创建仓库 2.git add .暂存缓存区 3.git commit -m 说明提交了什么 提交到暂存区到本地仓库 4.git push 提交到远程 5.git pull 拉取最新版本 以上为我在公司常用的git命令