Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This page is for integrators who will be bringing in code or changes to code from an external repository. This page describes the process where the code will be integrated into the ACME repository as a git subtree.

Step-by-step guide

  1. If the external code is new (no version is currently in ACME repository), skip to step x.
  2. Check to see if the version of the code in the ACME repository has been modified since the initial commit.

Checking for code modification

cd <code-subdir>

git diff --name-only v0.1 .

 

Filter by label

There are no items with the selected labels at this time.

  • No labels