Versions Compared

Key

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

...

Steps to Modify the committed code changes

Approach 1

                       If we have committed code changes repo folder in your local terminal then go for this approach.

Step 1 :  Go to the committed code changes repo folder path in your local terminal . Rework the code changes

...

Code Block
languagebash
themeDJango
$ git push origin HEAD:refs/for/<branch-name>


Approach 2 

                 If we don't have the commited code changes repo folder in your local terminal then go for this approach,

Step 1 : Follow the same 4 steps in Steps to raise review in CMF gerrit.

Step 2:  Just go to  committed  code changes link in code.rdkcentral.com then click the EDIT option in right side of the UI page. Then select the "Download Patch" option from EDIT. It shown as below screenshot,

Image Added