摘要: git init // 初始化git,当前文件夹使用git管理起来 git add . // 添加到暂存区 git commit -m "" //提交到本地仓库 git status git push //推送到远程服务器 git pull // 从远程服务器下载最新代码 git log/reflo 阅读全文
posted @ 2020-03-22 20:48 本人小白 阅读(88) 评论(0) 推荐(0)