Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sven Greiner
git-workshop
Commits
fd4b9fc1
Commit
fd4b9fc1
authored
Mar 23, 2017
by
Sven Greiner
Browse files
Mergekonflikte
parent
05939628
Changes
1
Hide whitespace changes
Inline
Side-by-side
vortrag.tex
View file @
fd4b9fc1
...
@@ -506,7 +506,34 @@
...
@@ -506,7 +506,34 @@
\end{frame}
\end{frame}
\begin{frame}
{
Mergekonflikte
}
\begin{frame}
{
Mergekonflikte
}
% TODO
\begin{itemize}
\item
Wenn etwas nicht passt
\ldots
\medskip
\qquad
\begin{varwidth}
{
15cm
}
\ttfamily\footnotesize
\$
git merge foo
\\
Auto-merging test.txt
\\
CONFLICT (content): Merge conflict in test.txt
\\
Automatic merge failed; fix conflicts and then commit the result.
\end{varwidth}
\bigskip
\item
Konflikte in der Datei hervorgehoben:
\medskip
\qquad
\begin{varwidth}
{
15cm
}
\ttfamily\footnotesize
ullamcorper eget posuere diam. Morbi
\\
\textcolor
{
gitbranchcolor
}{
<<<<<<< HEAD
}
\\
nunc master-asdf, vestibulum ac accumsan
\\
\textcolor
{
gitbranchcolor
}{
=======
}
\\
nunc foobar, vestibulum ac accumsan
\\
\textcolor
{
gitbranchcolor
}{
>>>>>>> foo
}
\\
vitae, sollicitudin vitae est. Fusce
\end{varwidth}
\end{itemize}
\end{frame}
\end{frame}
\begin{frame}
\begin{frame}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment