Skip to content

Commit 5ad64ad

Browse files
committed
Merge pull request #57 from bryant1410/bugs/the-a-file
'to the a file' -> 'to a file'
2 parents f85d7b2 + 9c8e924 commit 5ad64ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
6767
* [Deploying git tracked subfolder to gh-pages](#deploying-git-tracked-subfolder-to-gh-pages)
6868
* [Adding a project to repo using subtree](#adding-a-project-to-repo-using-subtree)
6969
* [Get latest changes in your repo for a linked project using subtree](#get-latest-changes-in-your-repo-for-a-linked-project-using-subtree)
70-
* [Export a branch with history to the a file.](#export-a-branch-with-history-to-the-a-file)
70+
* [Export a branch with history to a file.](#export-a-branch-with-history-to-a-file)
7171
* [Import from a bundle](#import-from-a-bundle)
7272
* [Get the name of current branch.](#get-the-name-of-current-branch)
7373
* [Ignore one file on commit (e.g. Changelog).](#ignore-one-file-on-commit-eg-changelog)
@@ -506,7 +506,7 @@ git subtree add --prefix=<directory_name>/<project_name> --squash [email protected]
506506
git subtree pull --prefix=<directory_name>/<project_name> --squash [email protected]:<username>/<project_name>.git master
507507
```
508508

509-
## Export a branch with history to the a file.
509+
## Export a branch with history to a file.
510510
```sh
511511
git bundle create <file> <branch-name>
512512
```

tips.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"title": "Get latest changes in your repo for a linked project using subtree",
201201
"tip": "git subtree pull --prefix=<directory_name>/<project_name> --squash [email protected]:<username>/<project_name>.git master"
202202
}, {
203-
"title": "Export a branch with history to the a file.",
203+
"title": "Export a branch with history to a file.",
204204
"tip": "git bundle create <file> <branch-name>"
205205
}, {
206206
"title": "Import from a bundle",

0 commit comments

Comments
 (0)