Skip to content

Commit

Permalink
Merge pull request #37 from lambda2/master
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
hemanth committed Oct 11, 2015
2 parents 448cc5b + af16b3c commit 8234cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* [Adding a project to repo using subtree](https://github.com/git-tips/tips#adding-a-project-to-repo-using-subtree)
* [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)
* [Export a branch with history to the a file.](https://github.com/git-tips/tips#export-a-branch-with-history-to-the-a-file)
* [Import form a bundle](https://github.com/git-tips/tips#import-form-a-bundle)
* [Import from a bundle](https://github.com/git-tips/tips#import-from-a-bundle)
* [Get the name of current branch.](https://github.com/git-tips/tips#get-the-name-of-current-branch)
* [Ignore one file on commit (e.g. Changelog).](https://github.com/git-tips/tips#ignore-one-file-on-commit-eg-changelog)

Expand Down Expand Up @@ -428,7 +428,7 @@ git subtree pull --prefix=<directory_name>/<project_name> --squash [email protected]
git bundle create <file> <branch-name>
```

## Import form a bundle
## Import from a bundle
```sh
git clone repo.bundle <repo-dir> -b <branch-name>
```
Expand Down

0 comments on commit 8234cbe

Please sign in to comment.