Commit Diff


commit - e9a2e3410023856858e30cd064c75210891b373d
commit + 2efe45323fac17efbd196142a13b9abcfbddf94e
blob - d01216a7da9b5a53299231610fdf997b90eb16d6
blob + b955fad399aef5fdf6d0030ef5fcf74c464a023e
--- comparison.html
+++ comparison.html
@@ -107,7 +107,7 @@ The table below lists some commonly used commands and 
 <tr>
 <td><tt><a href="got.1.html#revert">got revert</a> [-p] <td><tt>-- <td><tt>svn revert <td><tt>git checkout [-p] / git restore [-p]
 <tr>
-<td><tt><a href="got.1.html#commit">got commit</a> <td><tt>cvs commit <td><tt>svn commit <td><tt>git commit PATH / git commit -a
+<td><tt><a href="got.1.html#commit">got commit</a> <td><tt>cvs commit <td><tt>svn commit <td><tt>git commit &lt;path&gt; / git commit -a
 <tr>
 <td><tt><a href="got.1.html#tag">got tag</a> <td><tt>cvs tag <td><tt>svn copy <td><tt>git tag
 <tr>