Skip to the content.

Workshop - GIT


Previous: Step 4

Step 5: Teamwork 2 - Common Issues

This step covers the basics of working with branches.

Working on out-of-date commit

It often happens to developers to work simultanously on the same branch.

Even if not working on the same file both developers must pull the changes locally before continuing.

Other cases:

Note: all new php files will be added inside the src directory

Tasks to reproduce (same branch):

Tasks to reproduce (different branches):

Next: Extra

Git Commands

Main Page