Skip to content

Commit 570dfe7

Browse files
committed
remove last partial and key for partial
removed SVN equivalent words if they were the exact same as the git command
1 parent d9eca92 commit 570dfe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

downloads/subversion-migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ When migrating from Subversion to Git, there's a vocabulary and command set to l
1212

1313
| Git command | SVN | SVN equivalent | Git Behavior |
1414
|---|---|---|---|
15-
| `status` || status | Report the state of working tree |
16-
| `add` || add | Required for each path before making a commit |
17-
| `commit` | | commit | Store prepared changes in local revision history |
15+
| `status` || | Report the state of working tree |
16+
| `add` || | Required for each path before making a commit |
17+
| `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 |
2020
| `branch` || | Create local context for commits |
@@ -26,7 +26,7 @@ When migrating from Subversion to Git, there's a vocabulary and command set to l
2626
| `pull` || | Download and integrate GitHub repository history with local one |
2727
| `fetch` || | Download GitHub repository history with no other action |
2828

29-
**Key:** ✓ yes, ✗ no, — partial
29+
**Key:** ✓ yes, ✗ no
3030

3131
## Leveraging Git's support of SVN
3232
During a VCS change, there may be a need to begin using Git locally while the hosted repositories remain under Subversion control. The `git svn` command and sub-commends provide the ability to interact with Subversion's repositories while using all the benefits of Git on the command line or with graphical clients.

0 commit comments

Comments
 (0)