会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cidgur
Talk is cheap, show me the code.
博客园
首页
新随笔
联系
订阅
管理
2017年12月12日
linux 创建git 仓库
摘要: #创建一个工作区 mkdir test_work #创建一个git 仓库(服务库,非工作区) mkdir test_git cd test_git git init --bare # 创建一个post-receive 勾子,用于提交代码后,自动将代码更新到 工作区 test_work vim ./h
阅读全文
posted @ 2017-12-12 17:42 cidgur
阅读(4671)
评论(0)
推荐(0)
公告