Versions Compared

Key

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

...

Step 3 : Work on changes and Gerrit commands to push the changes

Make the code changes, and commit the changes

Code Block
$ git add .
$ git status
$ git commit -m "<JIRA_TICKET_ID> <COMMIT_DESCRIPTION>"
$ git push


Step 4 : Create pull request for review the changes

Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.

  • Click on "New pull request" button.

Image Added

  • Click on "Create pull request" button.

Image Added

  • Provide the commit request and Click on "Create pull request" button.

Image Added


S