Commit Diff


commit - 0d4c8031c19102e70ec9d0b84995553ce87f831c
commit + 29531e41957b073754c7dce9826dbfe150fd6e60
blob - 039714ebdd3e47c54ed9b97088264e8a4539d3e4
blob + 5b801a8bddad1a10cbdc4f99af071006e1d3ea25
--- comparison.html
+++ comparison.html
@@ -152,10 +152,10 @@ The table below lists some commonly used commands and 
 <td><code>svn add</code>
 <td><code>git add</code>
 <tr>
-<td><code><a href="got.1.html#stage">got stage</a> [-p]</code> <i>(optional)</i>
+<td><code><a href="got.1.html#stage">got stage</a> [-p]</code> <i>(staging optional)</i>
 <td>&mdash;
 <td>&mdash;
-<td><code>git add [-p]</code> <i>(required before git commit)</i>
+<td><code>git add [-p]</code> / <code>git commit -p</code> <i>(staging required)</i>
 <tr>
 <td><code><a href="got.1.html#unstage">got unstage</a> [-p]</code>
 <td>&mdash;