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:
parent
f2fc6cad79
commit
67bcdbe270
2 changed files with 11 additions and 1 deletions
Binary file not shown.
|
@ -173,7 +173,7 @@ Namespaces are one honking great idea -- let's do more of those!
|
|||
\item TST: addition or modification of tests
|
||||
\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>{
|
||||
\begin{itemize}
|
||||
|
@ -186,6 +186,16 @@ Namespaces are one honking great idea -- let's do more of those!
|
|||
\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{columns}
|
||||
\begin{column}{0.5\textwidth}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue