Skip to the content.

Workshop - GIT


Previous: Step 3

Step 4: Teamwork 1 - Branches

This step covers the basics of working with branches.

In the first phase some files will be added.

Tasks:

When a new feature must be implemented and we don’t want to affect other developers working on the project the best option is to create a new branch.

After finishing working on our new feature the branch can be merged in to the master branch.

Tasks:

Note: The branch will be created on the git server only when pushing the commits

Next: Step 5

Git Commands

Main Page