Versions Compared

Key

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

...

    • Now you are ready to select "Commit and Push". This commits your local changes and pushes them to the remote Gerrit repository (which should be the working branch)
    • After you hit the commit and push you will see this popup:
      Image Removed
    • Note above that the "committer" above must correspond to the user name and email you have associated to your Gerrit account.   To see these settings in Gerrit, click on the drop down next to your name and choose "settings". You will see your user name and email. If the committer information being filled in by Git is incorrect, go to the following in Eclipse: Window - Preferences- Team - Git-Configuration - User Settings. Select "add entry". Type in as a key "user.name" and give your username in Gerrit. Then type add entry again and type in "user.email" and type in your email in Gerrit.If they don't, follow the instructions here: ONAP Gerrit user setup in Eclipse
    • After you hit the commit and push you will see this popup:
      Image Added
    • Once your changes have been successfully committed and pushed to Gerrit, you will see the results:

...