Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Johannes.Kainz
git_tutorial
Commits
8fe8d340
Commit
8fe8d340
authored
6 years ago
by
Johannes.Kainz
Browse files
Options
Downloads
Plain Diff
Merge branch 'branch_conflict' into 'master'
Add a section on Merge conflicts See merge request
!3
parents
3f7c51ca
3748c292
Branches
master
No related tags found
1 merge request
!3
Add a section on Merge conflicts
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-4
7 additions, 4 deletions
README.md
with
7 additions
and
4 deletions
README.md
+
7
−
4
View file @
8fe8d340
...
...
@@ -2,7 +2,8 @@ This is an example Repository
=============================
You can use
[
Markdown
](
https://confluence.atlassian.com/display/STASH038/Markdown+syntax+guide
)
to make a nice readme file for other users which includes
to make a nice readme file for other users explaining the content of the
repository which includes
1.
ordered lists
2.
unordered lists, for example
...
...
@@ -20,7 +21,9 @@ editors and for basic things it's very easy to use:
| row2, col1 | row2, col2 |
Add a subsection
---------------
-
Merge Conflicts
---------------
You can easily add subsections to the readme
Merge conflicts happen if more then one commit try to edit the same part of the
same file. Git is rather good in trying to avoid them but it cannot do this all
the time.
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