23 | | For the training, right click on the repo, select switch branches, and create a new branch named your name. Then, create packages based off the naming scheme [yourname].[projectname]. Once you're done, switch back to the master branch and merge your branch in. |
24 | | When merging, make sure you select "If a fast forward, create a merge commit." |
| 23 | For the training, right click on the repo, select switch branches, and create a new branch named your name. Then, create packages based off the naming scheme [yourname].[projectname]. Once you're done, switch back to the master branch and merge your branch in.[[BR]] |
| 24 | |
| 25 | When merging, make sure you select "If a fast forward, create a merge commit."[[BR]] |
| 26 | |
| 27 | Remember the order of things: |
| 28 | 1. Make your changes to the code |
| 29 | 2. Commit your code to your local branch |
| 30 | 3. Push your local branch to the server |
| 31 | 4. When ready for review, merge your local branch with master |
| 32 | 5. Push master to the server |