美文网首页
git仓库搭建及使用

git仓库搭建及使用

作者: 一木之夏 | 来源:发表于2017-12-28 11:41 被阅读12次

https://www.cnblogs.com/whthomas/p/3643974.html

# 添加到远程仓库

git remote add origin git@127.0.0.1:/home/git/res.git

# 推送

git push origin master

#克隆出来

git clone git@127.0.0.1:/home/git/res.git

相关文章

网友评论

      本文标题:git仓库搭建及使用

      本文链接:https://www.haomeiwen.com/subject/wubmgxtx.html