首页 > 代码库 > git操作
git操作
新建:
[root@mhc MysqlOnAutopilot_git]# git init
初始化空的 Git 版本库于 /root/.m2/repository/MysqlOnAutopilot_git/.git/
[root@mhc MysqlOnAutopilot_git]# git remote add origin https://github.com/mhcvs2/MysqlOnAutopilot.git
[root@mhc MysqlOnAutopilot_git]# git pull origin master
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), done.
来自 https://github.com/mhcvs2/MysqlOnAutopilot
* branch master -> FETCH_HEAD
git操作
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。