1
0

add and status basically done

This commit is contained in:
Scott Chacon
2010-06-03 20:13:39 +02:00
parent f09151836a
commit 8ea8f0ccc7
6 changed files with 232 additions and 9 deletions

12
cookbook.html Normal file
View File

@@ -0,0 +1,12 @@
---
layout: reference
---
<div class="box">
<h2>Git Cookbook</h2>
<ul>
<li>Revert a file</li>
<li>Recover a lost branch</li>
<li>Contribute to a project on GitHub</li>
<li>Undo a merge</li>
</ul>
</div>