Skip to content

pivotal-cf/docs-devconnect

Repository files navigation

Developer Connect

Note: This documentation repo is currently not in use. This repo will only be used if development continues on the Developer Connect product.

Where is the book repo?

https://github.com/pivotal-cf/docs-book-devconnect

Branches in this (content) repo

All documentation for the next unreleased version of Developer Connect is in master.

Always make changes you want carried forward in the master branch. This includes:

  • Unreleased features
  • Doc bug fixes
  • Doc reorganization or enhancement
Branch Name Use for…
master (current work) v0.1 (there is no staging URL)

When the latest alpha version is ready to publish, merge the master branch into an alpha branch. Keep all the alpha versions of the release notes stacked in the Release Notes for Pivotal Developer Connect page.

  1. Always cherry-pick any changes to live branches into master if you want those changes carried forward.
  2. If necessary, immediately cherry-pick/copy changes from master that you want to push immediately to production into the appropriate live branch above."

Style Sheet

We need to decide on product name short forms:

Term or product name Notes
Developer Connect product_full, the longest name

Pipelines

There are currently no pipelines for this repo.

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.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages