Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
itt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lukas Nagel
itt
Merge requests
!1
An error occurred while fetching the assigned milestone of the selected merge_request.
Finalize Slides
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Finalize Slides
presentation
into
master
Overview
1
Commits
42
Pipelines
6
Changes
30
Merged
Finalize Slides
Lukas Nagel
requested to merge
presentation
into
master
Dec 1, 2021
Overview
1
Commits
42
Pipelines
6
Changes
30
0
0
Merge request reports
Compare
master
version 8
86810729
Dec 9, 2021
version 7
f7b7b522
Dec 8, 2021
version 6
8f18085f
Dec 2, 2021
version 5
a73b897f
Dec 2, 2021
version 4
cae23c9f
Dec 2, 2021
version 3
cae23c9f
Dec 1, 2021
version 2
cae23c9f
Dec 1, 2021
version 1
cae23c9f
Dec 1, 2021
master (base)
and
latest version
latest version
78fa8dde
42 commits,
Dec 9, 2021
version 8
86810729
42 commits,
Dec 9, 2021
version 7
f7b7b522
36 commits,
Dec 8, 2021
version 6
8f18085f
29 commits,
Dec 2, 2021
version 5
a73b897f
32 commits,
Dec 2, 2021
version 4
cae23c9f
30 commits,
Dec 2, 2021
version 3
cae23c9f
30 commits,
Dec 1, 2021
version 2
cae23c9f
30 commits,
Dec 1, 2021
version 1
cae23c9f
30 commits,
Dec 1, 2021
30 files
+
1566
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
grafiken/ex1-graph-precommit.tex
0 → 100644
+
13
−
0
View file @ 78fa8dde
Edit in single-file editor
Open in Web IDE
\documentclass
{
standalone
}
\input
{
theme
}
\input
{
versiongraph
}
\begin{document}
\begin{tikzpicture}
[versionsgraph]
\commit
{
\rootcommit
}{
lightblue
}{}
;
\branch
{
master
}{
\rootcommit
}
\HEAD
{
master
}
\message
{
\rootcommit
}{
initial
}
\end{tikzpicture}
\end{document}
Loading