Skip to content

Commit

Permalink
removed a superfluous 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumnos committed Feb 21, 2012
1 parent c132430 commit c3f59c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chap7.tex
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ \subsection{Commands}
\item\texttt{git rebase -i HEAD~3} - Runs the rebase tool interactively for the last three commits \item\texttt{git rebase -i HEAD~3} - Runs the rebase tool interactively for the last three commits
\item\texttt{git rebase <branchA> <branchB>} - Lift all commits between the common ancestor of branchA and branchB and replay them on top of branchB \item\texttt{git rebase <branchA> <branchB>} - Lift all commits between the common ancestor of branchA and branchB and replay them on top of branchB
\item\texttt{git branch <branch\_name> <startpoint>} - Create a new branch starting from a definte start point \item\texttt{git branch <branch\_name> <startpoint>} - Create a new branch starting from a definte start point
\item\texttt{git rebase --onto master <branchC> \newline <branchA> <branchB>} - Lift all commits between the common ancestor of branchA and branchB and replay them on top of branchC \item\texttt{git rebase --onto <branchC> \newline <branchA> <branchB>} - Lift all commits between the common ancestor of branchA and branchB and replay them on top of branchC
\end{itemize} \end{itemize}


\subsection{Terminology} \subsection{Terminology}
Expand Down

0 comments on commit c3f59c4

Please sign in to comment.