Skip to content

Commit

Permalink
git ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Aug 14, 2018
1 parent f2fc6ca commit 67bcdbe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ \subsection{A subsection!}
\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}
Expand All @@ -186,6 +186,16 @@ \subsection{A subsection!}
\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}
Expand Down

0 comments on commit 67bcdbe

Please sign in to comment.