Skip to content

Commit d9eca92

Browse files
committed
updated branch, checkout and log to have ✓
previously had dashes, but it's not really a partial
1 parent ed7aa1c commit d9eca92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

downloads/subversion-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ When migrating from Subversion to Git, there's a vocabulary and command set to l
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 |
20-
| `branch` | | | Create local context for commits |
21-
| `checkout` | | | Switch branches, or rewrite working tree from commit |
20+
| `branch` | | | Create local context for commits |
21+
| `checkout` | | | Switch branches, or rewrite working tree from commit |
2222
| `merge` || | Join branch histories and changes to working tree |
23-
| `log` | | | No network required |
23+
| `log` | | | No network required |
2424
| `clone` || `checkout` | Acquire the entire history of a project locally for the first time |
2525
| `push` || `commit` | Upload commit history to GitHub/centralized Git host |
2626
| `pull` || | Download and integrate GitHub repository history with local one |

0 commit comments

Comments
 (0)