Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Steps to raise review in

...

CMF gerrit(Ex:meta-

...

cmf-raspberrypi)

Step1: Forking the github repo from base repository

Login to the github account and search for the repository (For example, rdkcentral/meta-turris). Then fork the Base repository to create Head repository for the user

Image Removed

Once you click on fork, below screenshot will be received. Now from the 'code' button copy the URL

Image Removed

 


Step2: Clone the Head repository from github

...

Code Block
languagebash
themeDJango
  Example,
  Username for 'https://github.com': KaviyaKumaresan
  Password for 'https://KaviyaKumaresan@github.com':
  Counting objects: 5, done.
  Delta compression using up to 4 threads.
  Compressing objects: 100% (5/5), done.
  Writing objects: 100% (5/5), 453 bytes | 0 bytes/s, done.
  Total 5 (delta 4), reused 0 (delta 0)
  remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
  remote:
  remote: Create a pull request for 'demo' on GitHub by visiting:
  remote: https://github.com/KaviyaKumaresan/meta-turris/pull/new/demo
  remote:
  To https://github.com/Kaviyakumaresan/meta-turris.git

Creating Pull Request

1. Once after pushing the commit into Head repository, visit the URL generated,

 Example,

 https://github.com/KaviyaKumaresan/meta-turris/pull/new/demo

...

Image Removed

Click on the 'Create pull request' to generate Pull Request.

Example, PR created,

...