Skip to content
Snippets Groups Projects
Commit 395b501c authored by Mark HOEBEKE's avatar Mark HOEBEKE
Browse files

Added exercises to branching-basics.

parent 204e9f0d
Branches branching-basics
No related tags found
1 merge request!9Sync master with latest from branching basics.
# Git Branching Basics - Exercises
## Using GitLab
1. Create a branch dedicated to a subgroup of your animal categories.
2. With the Web IDE add one or more entries to you animal description file.
3. Commit to your new branch.
## Using the Command Line Interface
1. Synchronize your local copy of the repository.
2. Create another new branch for another subgroup of your animal categories.
3. Use an editor to add one or more entries to your animal description file.
4. Commit to your new branch.
5. Merge your new (local) branch into the main branch.
6. Merge the branch created in GitLab into the main branch, and solve conflicts if needed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment