Skip to content

Commit a1d018a

Browse files
author
jordanmccullough
committed
Fix code-block Markdown on comparison table
1 parent 079996b commit a1d018a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downloads/subversion-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Subversion and Git share similar vocabularies, but the commonality often is only
9393
| --- | --- | --- |
9494
| `status` | `status` | Report the state of working tree |
9595
| `add` | `add` | Required for each path before making a commit |
96-
| `commit` | `commit | Store prepared changes in local revision history |
97-
| `rm`, `delete | `rm` | Prepare paths for deletion in next commit |
96+
| `commit` | `commit` | Store prepared changes in local revision history |
97+
| `rm`, `delete` | `rm` | Prepare paths for deletion in next commit |
9898
| `move` | `mv` | Prepare relocated content for next commit |
9999
| `checkout` | `clone` | Acquire the entire history of a project locally for the first tim |
100100
| | `branch` | Create local context for commits |

0 commit comments

Comments
 (0)