From 95390dea5ea41624953f566fc077c8a8bdbfaf3a Mon Sep 17 00:00:00 2001
From: Anders Nilsson <anders@angsro14.se>
Date: Tue, 19 Mar 2013 23:02:44 +0100
Subject: [PATCH] Last changes for tonight

---
 git-tutorial.tex | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/git-tutorial.tex b/git-tutorial.tex
index afc2245..6249b82 100644
--- a/git-tutorial.tex
+++ b/git-tutorial.tex
@@ -271,7 +271,14 @@ was already up to date with the remote master.
 The opposite operation to \verb|git pull| is \verb|git push|, to push
 local commits to the remote master branch.
 \begin{lstlisting}
-
+andersn@fiol: git push
+Counting objects: 8, done.
+Delta compression using up to 8 threads.
+Compressing objects: 100% (6/6), done.
+Writing objects: 100% (6/6), 3.99 KiB, done.
+Total 6 (delta 1), reused 0 (delta 0)
+To stodola.control.lth.se:work/computers/git-tutorial
+   ebf6fbb..15f6453  master -> master
 \end{lstlisting}
 
 \section{Further Reading}
-- 
GitLab