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
Lukas Nagel
itt
Commits
2f1c6e49
Commit
2f1c6e49
authored
Nov 01, 2021
by
Lukas Nagel
Browse files
give commands their own monospace style
parent
f7248d33
Pipeline
#138936
passed with stages
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mindmap/MindMap.tex
View file @
2f1c6e49
...
...
@@ -63,6 +63,10 @@
{
concept color=green!15
}
}
, command/.append style=
%
{
concept,
, font=
\tt\tiny
}
]
\node
[root concept]
{
git
}
[clockwise from=45]
...
...
@@ -341,19 +345,19 @@
node [concept]
{
Synchro-nisieren
}
[clockwise from=-90]
child
{
node [co
ncept
]
{
fetch
}
node [co
mmand
]
{
fetch
}
}
child
{
node [co
ncept
]
{
pull
}
node [co
mmand
]
{
pull
}
}
child
{
%
node
{
clone
}
node
[command]
{
clone
}
}
child
{
node [co
ncept
]
{
remote
}
node [co
mmand
]
{
remote
}
}
child
{
node [co
ncept
]
{
push
}
node [co
mmand
]
{
push
}
}
}
child
{
...
...
@@ -366,33 +370,33 @@
node [concept]
{
Ver-zweigen
}
[clockwise from=135+60+45]
child
{
node [co
ncept
]
{
checkout
}
node [co
mmand
]
{
checkout
}
}
child
{
node [co
ncept
]
{
branch
}
node [co
mmand
]
{
branch
}
}
child
{
node [co
ncept
]
{
merge
}
node [co
mmand
]
{
merge
}
}
}
child
{
node [co
ncept
]
{
add
}
node [co
mmand
]
{
add
}
}
child
{
node [co
ncept
]
{
commit
}
node [co
mmand
]
{
commit
}
}
child
{
node [co
ncept
]
{
rm
}
node [co
mmand
]
{
rm
}
}
}
child
{
node [concept]
{
Nach-träglich
}
[clockwise from=135-30]
child
{
node [co
ncept
]
{
rebase
}
node [co
mmand
]
{
rebase
}
}
child
{
node [co
ncept
]
{
filter-branch
}
node [co
mmand
]
{
filter
-branch
}
}
}
}
...
...
@@ -424,6 +428,7 @@
(graph) edge (hist)
(fork) edge (pullreq)
(profile) edge (access)
(modifyhist) edge (reset)
;
\end{pgfonlayer}
\end{tikzpicture}
...
...
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