Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Console Documentation

Matan Kotler-Berkowitz edited this page Jun 11, 2021 · 6 revisions

The console directory is a fork of the openshift/console repository, using git subtree. To update the local copy from the upstream repository, run this command:

git subtree pull --prefix console https://github.com/openshift/console.git master --squash

This will pull the latest changes from the upstream and merge them into the local copy. If merge conflicts occur between the local copy and the upstream changes, they can be resolved in the same way that merge conflicts between two branches are resolved.

Clone this wiki locally