Giter Club home page Giter Club logo

quanttide-handbook-of-devops's Introduction

量潮DevOps手册

quanttide-handbook-of-devops's People

Contributors

guo-zhang avatar huangrihang avatar

Watchers

 avatar

Forkers

mhenwa

quanttide-handbook-of-devops's Issues

Git重命名主分支master为main

  1. GitHub编辑主分支名称。

  2. 本地修改分支跟踪

git fetch --prune origin 
git branch --set-upstream-to=origin/main
  1. 修改本地分支名称
 git branch -m master main 

分支实践

主要采取GitHub分支规范,单人维护可采取主干分支规范简化实践。

设计环节的一般原则

归纳-建模-演绎

  1. 归纳:业务背景。
  2. 建模:从简单到复杂的几种方案。
  3. 演绎:抽象以后带来的可能的其他功能。
  4. 反复重复上述过程。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.