Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cbx33 committed Mar 28, 2011
1 parent 60053b3 commit 3d7b48f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions chap4.tex
Expand Up @@ -734,6 +734,8 @@ \subsection{Commands}

\item\texttt{git log --graph --pretty=oneline --all --abbrev-commit --decorate} - Shows a graphical view of the repository

\item\texttt{git log --graph --oneline --all --decorate} - A shorter form of the above command

\item\texttt{git branch -d <branch\_name>} - Delete a branch that has already been merged

\item\texttt{git branch -D <branch\_name>} - Forcibly delete a branch
Expand Down
4 changes: 2 additions & 2 deletions chap5.tex
Expand Up @@ -3,8 +3,8 @@
%\phantomsection
\chapter{Week 5}

\section{Day 1 - ``My private little stash''}
\subsection{Getting interrrupted}
\section{Day 1 - ``This isn't working John''}
\subsection{Dealing with resistance}



Expand Down

0 comments on commit 3d7b48f

Please sign in to comment.