Skip to content

Commit 8234cbe

Browse files
committed
Merge pull request #37 from lambda2/master
Typo
2 parents 448cc5b + af16b3c commit 8234cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* [Adding a project to repo using subtree](https://github.com/git-tips/tips#adding-a-project-to-repo-using-subtree)
6161
* [Get latest changes in your repo for a linked project using subtree](https://github.com/git-tips/tips#get-latest-changes-in-your-repo-for-a-linked-project-using-subtree)
6262
* [Export a branch with history to the a file.](https://github.com/git-tips/tips#export-a-branch-with-history-to-the-a-file)
63-
* [Import form a bundle](https://github.com/git-tips/tips#import-form-a-bundle)
63+
* [Import from a bundle](https://github.com/git-tips/tips#import-from-a-bundle)
6464
* [Get the name of current branch.](https://github.com/git-tips/tips#get-the-name-of-current-branch)
6565
* [Ignore one file on commit (e.g. Changelog).](https://github.com/git-tips/tips#ignore-one-file-on-commit-eg-changelog)
6666

@@ -428,7 +428,7 @@ git subtree pull --prefix=<directory_name>/<project_name> --squash git@github.co
428428
git bundle create <file> <branch-name>
429429
```
430430

431-
## Import form a bundle
431+
## Import from a bundle
432432
```sh
433433
git clone repo.bundle <repo-dir> -b <branch-name>
434434
```

0 commit comments

Comments
 (0)