Giter Club home page Giter Club logo

docs-redis's Introduction

docs-redis

Update documentation using the branches as follows:

Master

This is the main 'going forward' branch, and contains the next unreleased version. This branch builds to the
cf-services-edge > redis-edge pipeline, and does not go to production until release time.

  1. Update this branch for any 'going-forward' changes:

    • New features in next release
    • Reorganization, Enhancements
    • Doc bug fixes
  2. If appropriate cherry-pick or copy your changes from master to 'live' branches (in production), for example 1.9.

Other branches in production (e.g., 1.9)

These branches build to the cf-services > redis pipeline, and are manually pushed to production as needed.

  1. Update the branches in production as necessary to expose high priority content changes you made to the master branch, that also apply to live branches.

    Example: If you forgot to document a 1.9 feature, document it first in the master branch, then cherry-pick the change to the 1.9 branch in production.

  2. Fix doc bugs that affect customers in the live branches, after you've fixed them in the master branch first.

How to Cherry-pick from one Branch to Another

  1. Make changes in the first branch (usually master), commit them, and then push them to the repo.

  2. Copy part of the SHA for the above commit. To find this, you can do a git log, or look at the list of commits in the github repo.

  3. Checkout the second branch, where you want to copy the changes you made in the first branch.

  4. Run this command, using the SHA snippet you copied above: git cherry-pick <SHA_SNIPPET>

    For example: git cherry-pick 5dc22fe00

    Do the cherry-pick immediately to lessen the chances of conflicts. Otherwise, you may need to resolve conflicts in order to complete the cherry-pick.

  5. Do a git push after the cherry-pick is complete.

docs-redis's People

Contributors

abbyachau avatar absoludicrous avatar animatedmax avatar apshirley avatar avade avatar benlaplanche avatar bentarnoff avatar elenasharma avatar ferozjilla avatar ghanna2017 avatar hoegaarden avatar jbheron avatar ljarzynski avatar mariantalla avatar pspinrad avatar sbenario avatar simonjjones avatar slowestgirl avatar teamhedgehog avatar thereses avatar vikafed avatar zvance avatar

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.