Skip to content
Snippets Groups Projects
Commit facd9f6d authored by Mihai Lefter's avatar Mihai Lefter
Browse files

Svg in remotes

parent 63faaca1
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="300.00003mm" width="300.00003mm"
height="123.85407mm" height="190.00005mm"
viewBox="0 0 1062.9922 438.85304" viewBox="0 0 1062.9922 673.22855"
id="svg2" id="svg2"
version="1.1" version="1.1"
inkscape:version="0.92.3 (unknown)" inkscape:version="0.92.4 (unknown)"
sodipodi:docname="commit_graph.svg"> sodipodi:docname="commit_graph.svg">
<defs <defs
id="defs4"> id="defs4">
...@@ -1849,9 +1849,9 @@ ...@@ -1849,9 +1849,9 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="0.70795271" inkscape:zoom="0.12514954"
inkscape:cx="438.87195" inkscape:cx="2046.9288"
inkscape:cy="350.28246" inkscape:cy="-1160.5856"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
showgrid="false" showgrid="false"
...@@ -1868,12 +1868,12 @@ ...@@ -1868,12 +1868,12 @@
inkscape:guide-bbox="true" inkscape:guide-bbox="true"
units="mm"> units="mm">
<sodipodi:guide <sodipodi:guide
position="1250.3857,10770.768" position="1250.3857,7962.6435"
orientation="1,0" orientation="1,0"
id="guide5111" id="guide5111"
inkscape:locked="false" /> inkscape:locked="false" />
<sodipodi:guide <sodipodi:guide
position="1245.1045,10769.133" position="1245.1045,7961.0085"
orientation="0,1" orientation="0,1"
id="guide5113" id="guide5113"
inkscape:locked="false" /> inkscape:locked="false" />
...@@ -1894,7 +1894,7 @@ ...@@ -1894,7 +1894,7 @@
inkscape:label="Layer 1" inkscape:label="Layer 1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1" id="layer1"
transform="translate(-63.5398,-10337.781)"> transform="translate(-63.5398,-7295.2809)">
<path <path
sodipodi:nodetypes="ccccccccccc" sodipodi:nodetypes="ccccccccccc"
id="path6176" id="path6176"
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
\usetheme{lumc} \usetheme{lumc}
\usepackage[inkscapelatex=false,inkscapearea=page]{svg}
\lstset{ \lstset{
basicstyle=\ttfamily, basicstyle=\ttfamily,
language=none, language=none,
...@@ -34,7 +36,7 @@ ...@@ -34,7 +36,7 @@
%\renewcommand{\pause}{} %\renewcommand{\pause}{}
% Make the title page. % Make the title page.
\makeTitleSlide{\includegraphics[width=3.5cm]{../shared/git_logo.pdf}} \makeTitleSlide{\includesvg[width=3.5cm]{../shared/git_logo.svg}}
\section{Remote repositories} \section{Remote repositories}
\subsection{Distributed Git} \subsection{Distributed Git}
...@@ -51,7 +53,7 @@ ...@@ -51,7 +53,7 @@
\begin{pframe} \begin{pframe}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{images/remotes_00.pdf} \includesvg[width=\textwidth]{images/remotes_00.svg}
\end{center} \end{center}
\end{pframe} \end{pframe}
...@@ -67,7 +69,7 @@ ...@@ -67,7 +69,7 @@
\begin{pframe} \begin{pframe}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{images/remotes_01.pdf} \includesvg[width=\textwidth]{images/remotes_01.svg}
\end{center} \end{center}
\end{pframe} \end{pframe}
...@@ -75,8 +77,8 @@ ...@@ -75,8 +77,8 @@
\begin{framed} \begin{framed}
\prompt\ \gitcmd\ \cmd{remote} \cmdopt{-v}\\ \prompt\ \gitcmd\ \cmd{remote} \cmdopt{-v}\\
\small{ \small{
\cmdarg{gitlab} \cliout{https://git.lumc.nl/zorro/tv-series.git (fetch)}\\ \cmdarg{gitlab} \cliout{https://example.com/zorro/tv-series.git (fetch)}\\
\cmdarg{gitlab} \cliout{https://git.lumc.nl/zorro/tv-series.git (push)}} \cmdarg{gitlab} \cliout{https://example.com/zorro/tv-series.git (push)}}
\end{framed} \end{framed}
\cmdopt{-v}: Include remote location. \cmdopt{-v}: Include remote location.
...@@ -97,8 +99,8 @@ ...@@ -97,8 +99,8 @@
\begin{framed} \begin{framed}
\prompt\ \gitcmd\ \cmd{remote} \cmdopt{-v}\\ \prompt\ \gitcmd\ \cmd{remote} \cmdopt{-v}\\
\small{ \small{
\cmdarg{gitlab} \cliout{https://git.lumc.nl/zorro/tv-series.git (fetch)}\\ \cmdarg{gitlab} \cliout{https://example.com/zorro/tv-series.git (fetch)}\\
\cmdarg{gitlab} \cliout{https://git.lumc.nl/zorro/tv-series.git (push)}\\ \cmdarg{gitlab} \cliout{https://example.com/zorro/tv-series.git (push)}\\
\cmdarg{hue} \cliout{192.168.0.8:docs/tv-series (fetch)}\\ \cmdarg{hue} \cliout{192.168.0.8:docs/tv-series (fetch)}\\
\cmdarg{hue} \cliout{192.168.0.8:docs/tv-series (push)}} \cmdarg{hue} \cliout{192.168.0.8:docs/tv-series (push)}}
\end{framed} \end{framed}
...@@ -106,7 +108,7 @@ ...@@ -106,7 +108,7 @@
\begin{pframe} \begin{pframe}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{images/remotes_02.pdf} \includesvg[width=\textwidth]{images/remotes_02.svg}
\end{center} \end{center}
\end{pframe} \end{pframe}
...@@ -124,7 +126,7 @@ ...@@ -124,7 +126,7 @@
\begin{pframe} \begin{pframe}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{images/commit_graph_00.pdf} \includesvg[width=\textwidth]{images/commit_graph_00.svg}
\end{center} \end{center}
\end{pframe} \end{pframe}
...@@ -144,7 +146,7 @@ ...@@ -144,7 +146,7 @@
\vspace{-0.5cm} \vspace{-0.5cm}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{images/commit_graph_01.pdf} \includesvg[width=\textwidth]{images/commit_graph_01.svg}
\end{center} \end{center}
\end{pframe} \end{pframe}
...@@ -164,7 +166,7 @@ ...@@ -164,7 +166,7 @@
\vspace{-0.6cm} \vspace{-0.6cm}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{images/commit_graph_02.pdf} \includesvg[width=\textwidth]{images/commit_graph_02.svg}
\end{center} \end{center}
\end{pframe} \end{pframe}
...@@ -181,7 +183,7 @@ ...@@ -181,7 +183,7 @@
\vspace{-0.5cm} \vspace{-0.5cm}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{images/commit_graph_03.pdf} \includesvg[width=\textwidth]{images/commit_graph_03.svg}
\end{center} \end{center}
% \includegraphics[width=10cm]{example-hue-ahead} % \includegraphics[width=10cm]{example-hue-ahead}
\end{pframe} \end{pframe}
...@@ -205,7 +207,7 @@ ...@@ -205,7 +207,7 @@
\begin{pframe} \begin{pframe}
\vspace{0.8cm} \vspace{0.8cm}
\begin{center} \begin{center}
\includegraphics[width=\textwidth]{images/commit_graph_04.pdf} \includesvg[width=\textwidth]{images/commit_graph_04.svg}
\end{center} \end{center}
\end{pframe} \end{pframe}
...@@ -214,7 +216,7 @@ ...@@ -214,7 +216,7 @@
Instead of creating repositories using \gitcmd\ \cmd{init}, you can create a Instead of creating repositories using \gitcmd\ \cmd{init}, you can create a
local \cmd{clone} of an existing (remote) repository. local \cmd{clone} of an existing (remote) repository.
\begin{framed} \begin{framed}
\prompt\ \gitcmd\ \cmd{clone} \cmdarg{https://git.lumc.nl/zorro/tv-series.git}\\ \prompt\ \gitcmd\ \cmd{clone} \cmdarg{https://example.com/zorro/tv-series.git}\\
\small{ \small{
\cliout{Cloning into 'tv-series'...}\\ \cliout{Cloning into 'tv-series'...}\\
\cliout{remote: Counting objects: 6, done.}\\ \cliout{remote: Counting objects: 6, done.}\\
...@@ -231,8 +233,8 @@ ...@@ -231,8 +233,8 @@
\prompt\ \cmd{cd} \cmdarg{tv-series/}\\ \prompt\ \cmd{cd} \cmdarg{tv-series/}\\
\prompt\ \gitcmd\ \cmd{remote} \cmdopt{-v}\\ \prompt\ \gitcmd\ \cmd{remote} \cmdopt{-v}\\
\small{ \small{
\cmdarg{origin} \cliout{https://git.lumc.nl/zorro/tv-series.git (fetch)}\\ \cmdarg{origin} \cliout{https://example.com/zorro/tv-series.git (fetch)}\\
\cmdarg{origin} \cliout{https://git.lumc.nl/zorro/tv-series.git (push)}} \cmdarg{origin} \cliout{https://example.com/zorro/tv-series.git (push)}}
\end{framed} \end{framed}
\end{pframe} \end{pframe}
...@@ -340,8 +342,9 @@ ...@@ -340,8 +342,9 @@
To clone a repository from GitLab, you need its clone URL. To clone a repository from GitLab, you need its clone URL.
\bigskip \bigskip
\includegraphics[width=8cm]{gitlab} \begin{center}
\bigskip \includegraphics[width=8cm]{gitlab}
\end{center}
You can choose to use the HTTPS or the SSH protocol. You can choose to use the HTTPS or the SSH protocol.
\end{pframe} \end{pframe}
...@@ -402,8 +405,6 @@ ...@@ -402,8 +405,6 @@
\end{tabular} \end{tabular}
\bigskip \bigskip
\hfill\includegraphics[width=3.5cm]{git_logo}
\begin{tabular}{l} \begin{tabular}{l}
\small\url{http://git-scm.com/book}\\ \small\url{http://git-scm.com/book}\\
\small\url{https://www.atlassian.com/git} \small\url{https://www.atlassian.com/git}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment