Skip to content
GitLab
Explore
Sign in
Register
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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Anders Nilsson
git-tutorial
Commits
8285f480
Commit
8285f480
authored
12 years ago
by
Administrator
Browse files
Options
Downloads
Patches
Plain Diff
Time for lunch, shouldn't be that much left
parent
ee5645b8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
git-tutorial.tex
+4
-1
4 additions, 1 deletion
git-tutorial.tex
with
4 additions
and
1 deletion
git-tutorial.tex
+
4
−
1
View file @
8285f480
...
@@ -437,7 +437,10 @@ Resolve the conflict by editing the file and choose which version, or
...
@@ -437,7 +437,10 @@ Resolve the conflict by editing the file and choose which version, or
combination of them, that should be kept. In the above case it seems
combination of them, that should be kept. In the above case it seems
pretty obvious that the second version is just crap so we remove it as
pretty obvious that the second version is just crap so we remove it as
well as the conflict markers. Then we commit the resolved file.
well as the conflict markers. Then we commit the resolved file.
\begin{lstlisting}
andersn@stodola: git commit -am"Resolved merge conflict"
[master ee5645b] Resolved merge conflict
\end{lstlisting}
\section
{
Further Reading
}
\section
{
Further Reading
}
\label
{
sec:furtherreading
}
\label
{
sec:furtherreading
}
...
...
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