2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

git ammend

This commit is contained in:
Martin Thoma 2018-08-14 07:26:49 +02:00
parent f2fc6cad79
commit 67bcdbe270
No known key found for this signature in database
GPG key ID: 94DD4FD95F98B113
2 changed files with 11 additions and 1 deletions

View file

@ -173,7 +173,7 @@ Namespaces are one honking great idea -- let's do more of those!
\item TST: addition or modification of tests \item TST: addition or modification of tests
\end{itemize} \end{itemize}
Source: \href{https://docs.scipy.org/doc/numpy-1.13.0/dev/gitwash/development_workflow.html}{Scipy Development Workflow} Source: \href{https://docs.scipy.org/doc/numpy-1.13.0/dev/gitwash/development_workflow.html}{Scipy Docs}
} }
\only<3>{ \only<3>{
\begin{itemize} \begin{itemize}
@ -186,6 +186,16 @@ Namespaces are one honking great idea -- let's do more of those!
\end{frame} \end{frame}
\begin{frame}{commit ammend}
\texttt{\$ git commit --amend}
\begin{itemize}
\item Add to last commit / change message
\item Only on feature branch as it might require force-push!
\end{itemize}
\end{frame}
\begin{frame}{commit squashing} \begin{frame}{commit squashing}
\begin{columns} \begin{columns}
\begin{column}{0.5\textwidth} \begin{column}{0.5\textwidth}