Skip to content
Snippets Groups Projects
Commit 95390dea authored by Anders Test's avatar Anders Test
Browse files

Last changes for tonight

parent 15f64533
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment