training-guides/doc/upstream-training/source/slides/workflow-setup-and-first-patch.rst
Kendall Nelson f10a3f6dd5 [upstream] Remove content that exists in Contrib Guide
This patch removes the info that exists in the guide, leaving the
exercises behind to continue using them in the trainings.

Change-Id: I5f30f12ddd7afa0dca083eaf0256c31fa2889921
2018-03-27 13:06:40 -07:00

778 B

Setup & First Patch

image

Note

Tags: [new_dev]

Note

Step by step guides to help with the exercise exists in the contributor portal: https://docs.openstack.org/contributors/code-and-documentation/ Look at the 'Setup & Learn Git','Setting Up Your Gerrit Account', and the 'Using Gerrit' sections for reference.

Exercise

  • Configure your workspace
    • git config
    • install git review
    • git clone
    • git review -s
  • Create & push a Work in Progress (WIP) to the sandbox
    • git checkout -b <branch_name>
    • Make changes (add / edit files)
    • Commit files and write commit message
    • git review