Commit Diff


commit - 7f816187d9a8fc953a15e2d71e0733f57ff5bca0
commit + 5cff070dcada57ccc858dcf6f82c6e8763c8ba99
blob - 2167fd022b32243beaf780504a2df9204669c725
blob + b5cf57db2234d40e5031619be9d37a4e6c164b3b
--- comparison.html
+++ comparison.html
@@ -149,7 +149,7 @@ The table below lists some commonly used commands and 
 <td><code><a href="got.1.html#add">got add</a> <var>&lt;unversioned path&gt;</var></code>
 <td><code>cvs add</code>
 <td><code>svn add</code>
-<td><code>git add</code>
+<td><code>git add &lt;untracked-file&gt;</code>
 <tr>
 <td><code><a href="got.1.html#stage">got stage</a> [-p]</code> <i>(staging optional)</i>
 <td>&mdash;