Skip to content
Snippets Groups Projects
Commit 519ed147 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add conclusion

parent 2289e100
Branches
No related tags found
No related merge requests found
...@@ -1321,7 +1321,40 @@ To ../delta ...@@ -1321,7 +1321,40 @@ To ../delta
52784d4..fdaa5a9 master -> master 52784d4..fdaa5a9 master -> master
\end{shcode} \end{shcode}
\vspace{-2.5em} \vspace{-2.5em}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Summary}
\begin{frame}
\frametitle{Summary so far}
\begin{shcode}
git init
git add <file> / git rm <file>
git commit -m "<commit message>"
git remote add <name> <url>
git push <remote_name> <remote_branch>
git fetch <remote_name> <remote_branch>
git merge <ref_name>
\end{shcode}
\vspace{-2.5em}
\end{frame} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{To go further}
\begin{frame}
\frametitle{To go further...}
Additional commands
\begin{shcode}
git commit --amend
git stash / git stash pop
git rebase -i
git add -p
git cherry-pick
git bisect
git revert
...
\end{shcode}
\vspace{-2.5em}
\end{frame}
\end{document} \end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment