From af16b3c8eb6e44513f39399cceca11000d7d08d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Aubin?= Date: Fri, 9 Oct 2015 14:28:19 +0200 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit form → from --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7e2b00..03fedce 100644 --- a/README.md +++ b/README.md @@ -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) @@ -428,7 +428,7 @@ git subtree pull --prefix=/ --squash git@github.co git bundle create ``` -## Import form a bundle +## Import from a bundle ```sh git clone repo.bundle -b ```