Skip to content

Commit

Permalink
added line break between shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeuffer committed Jan 16, 2014
1 parent 8d21378 commit 6e5c4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -73,7 +73,7 @@ <h3>How to do a Git Kata?</h3>
<p>Next you change into the new directory and checkout the branch for the kata you want to do. All kata branches start with <tt>kata_</tt>. For example: <p>Next you change into the new directory and checkout the branch for the kata you want to do. All kata branches start with <tt>kata_</tt>. For example:
</p> </p>
<p> <p>
<tt>cd kataWork</tt> <tt>cd kataWork</tt><br>
<tt>git checkout kata_on_the_wrong_branch</tt> <tt>git checkout kata_on_the_wrong_branch</tt>
</p> </p>
<p> <p>
Expand Down Expand Up @@ -101,4 +101,4 @@ <h3>How to do a Git Kata?</h3>


<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
</body> </body>
</html> </html>

0 comments on commit 6e5c4f5

Please sign in to comment.