设为首页收藏本站
查看: 2696|回复: 1

[开源书籍][运维相关]运维实践指南

[复制链接]
  • TA的每日心情
    开心
    2022-1-9 18:41
  • 签到天数: 5 天

    [LV.2]偶尔看看I

    发表于 2021-9-12 18:37:39 | 显示全部楼层 |阅读模式
    在线阅读地址https://billwang139967.gitbooks.io/op_practice_book/content/
    原文介绍
    运维实践指南
    此笔记中记录着学习点滴,希望可以帮到更多的人。

    如果这其中有些是你正困惑的地方,那么此笔记也许能帮到你,如果有好的建议,戳这 进行提交下建议

    参加步骤
    在 GitHub 上 fork 到自己的仓库,然后 clone 到本地,并设置用户信息。
    1. $ git clone [url]https://github.com/meetbill/op_practice_book.git[/url]
    2. $ cd op_practice_book
    3. $ git config user.name "yourname"
    4. $ git config user.email "your email"
    复制代码

    修改代码后提交,并推送到自己的仓库。
    1. $ #do some change on the content
    2. $ git commit -am "Fix issue #1: change helo to hello"
    3. $ git push
    4. 在 GitHub 网站上提交 pull request。
    复制代码

    定期使用项目仓库内容更新自己仓库内容。
    1. $ git remote add upstream [url]https://github.com/meetbill/op_practice_book.git[/url]
    2. $ git fetch upstream
    3. $ git checkout master
    4. $ git rebase upstream/master
    5. $ git push -f origin master
    复制代码
  • TA的每日心情
    开心
    3 小时前
  • 签到天数: 365 天

    [LV.9]以坛为家II

    发表于 2023-8-28 21:09:34 | 显示全部楼层
    谢谢分享,已回复
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    红盟社区--红客联盟 

    Processed in 0.056370 second(s), 21 queries.

    站点统计| 举报| Archiver| 手机版| 黑屋 |   

    备案号:冀ICP备20006029号-1 Powered by HUC © 2001-2021 Comsenz Inc.

    手机扫我进入移动触屏客户端

    关注我们可获取更多热点资讯

    Honor accompaniments. theme macfee

    快速回复 返回顶部 返回列表