Commit Diff


commit - 2b8aa9337c35bc2e61da4ea97f152799ec4c8b4d
commit + a87606109cab1cf07d650902bd9d7073f1194bb4
blob - 97ae10a88b6d34eb8f5a93ecd7679656884944a2
blob + 96c092811fdea7e754350ce5226e878236194ffc
--- comparison.html
+++ comparison.html
@@ -105,7 +105,7 @@ The table below lists some commonly used commands and 
 <tr>
 <td><tt><a href="got.1.html#unstage">got unstage</a> [-p]<td><tt>-- <td><tt>-- <td><tt>git checkout [-p] / git restore [-p]
 <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]
+<td><tt><a href="got.1.html#revert">got revert</a> [-p] <td><tt>-- <td><tt>svn revert <td><tt>git reset --hard
 <tr>
 <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>