diff --git a/README.md b/README.md index 5656cff..54919c6 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`. * [Deploying git tracked subfolder to gh-pages](#deploying-git-tracked-subfolder-to-gh-pages) * [Adding a project to repo using subtree](#adding-a-project-to-repo-using-subtree) * [Get latest changes in your repo for a linked project using subtree](#get-latest-changes-in-your-repo-for-a-linked-project-using-subtree) -* [Export a branch with history to the a file.](#export-a-branch-with-history-to-the-a-file) +* [Export a branch with history to a file.](#export-a-branch-with-history-to-a-file) * [Import from a bundle](#import-from-a-bundle) * [Get the name of current branch.](#get-the-name-of-current-branch) * [Ignore one file on commit (e.g. Changelog).](#ignore-one-file-on-commit-eg-changelog) @@ -506,7 +506,7 @@ git subtree add --prefix=/ --squash git@github.com git subtree pull --prefix=/ --squash git@github.com:/.git master ``` -## Export a branch with history to the a file. +## Export a branch with history to a file. ```sh git bundle create ``` diff --git a/tips.json b/tips.json index 590227c..9858c47 100644 --- a/tips.json +++ b/tips.json @@ -200,7 +200,7 @@ "title": "Get latest changes in your repo for a linked project using subtree", "tip": "git subtree pull --prefix=/ --squash git@github.com:/.git master" }, { - "title": "Export a branch with history to the a file.", + "title": "Export a branch with history to a file.", "tip": "git bundle create " }, { "title": "Import from a bundle",