Versions Compared

Key

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

...

Make the code changes, and commit the changes

Cd Lightning-CLI

git checkout -b <branch-name>

Note: give any name to your branch which should be unique

then modify your code$ git add .

$ git status

$ git add filename
$ git commit -ma 

        "<JIRA_TICKET_ID> <COMMIT_DESCRIPTION>"

        Reason for change:

        Test Procedure:

        Risks: 

        Signed-off-by:


$ git push -u

It will prompt you the right command to use for submitting your code changes.



Step 4 : Create pull request for review the changes

...