Skip to content

Commit ed7aa1c

Browse files
author
Jordan McCullough
committed
Replace "-" with "✓" for similar/same SVN and Git commands
1 parent b58c78e commit ed7aa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloads/subversion-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When migrating from Subversion to Git, there's a vocabulary and command set to l
1313
| Git command | SVN | SVN equivalent | Git Behavior |
1414
|---|---|---|---|
1515
| `status` || status | Report the state of working tree |
16-
| `add` | | add | Required for each path before making a commit |
16+
| `add` | | add | Required for each path before making a commit |
1717
| `commit` || commit | Store prepared changes in local revision history |
1818
| `rm` || `rm`, `delete` | Prepare paths for deletion in next commit |
1919
| `mv` || `move` | Prepare relocated content for next commit |

0 commit comments

Comments
 (0)