Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Git for Beginners
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abims
training
Git for Beginners
Commits
395b501c
Commit
395b501c
authored
2 years ago
by
Mark HOEBEKE
Browse files
Options
Downloads
Patches
Plain Diff
Added exercises to branching-basics.
parent
204e9f0d
Branches
branching-basics
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!9
Sync master with latest from branching basics.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
04-branching-basics/exercices.md
+19
-0
19 additions, 0 deletions
04-branching-basics/exercices.md
with
19 additions
and
0 deletions
04-branching-basics/exercices.md
0 → 100644
+
19
−
0
View file @
395b501c
# 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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment