From 15f6453301103be574393db3fe97ba7c28baaf33 Mon Sep 17 00:00:00 2001 From: Anders Nilsson <anders@angsro14.se> Date: Tue, 19 Mar 2013 22:46:08 +0100 Subject: [PATCH] Forgot to save last changes --- git-tutorial.tex | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/git-tutorial.tex b/git-tutorial.tex index 2006959..afc2245 100644 --- a/git-tutorial.tex +++ b/git-tutorial.tex @@ -268,13 +268,11 @@ was already up to date with the remote master. \subsubsection*{Push} \label{push} +The opposite operation to \verb|git pull| is \verb|git push|, to push +local commits to the remote master branch. +\begin{lstlisting} -\subsubsection*{Merge} -\label{merge} - - - - +\end{lstlisting} \section{Further Reading} \label{sec:furtherreading} -- GitLab