-
Mark HOEBEKE authored395b501c
exercices.md 668 B
Git Branching Basics - Exercises
Using GitLab
- Create a branch dedicated to a subgroup of your animal categories.
- With the Web IDE add one or more entries to you animal description file.
- Commit to your new branch.
Using the Command Line Interface
- Synchronize your local copy of the repository.
- Create another new branch for another subgroup of your animal categories.
- Use an editor to add one or more entries to your animal description file.
- Commit to your new branch.
- Merge your new (local) branch into the main branch.
- Merge the branch created in GitLab into the main branch, and solve conflicts if needed.