File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ problem by stashing the refs in a single file,
2626traditional `$GIT_DIR/refs` hierarchy, it is looked up in this
2727file and used if found.
2828
29- Subsequent updates to branches always creates new file under
29+ Subsequent updates to branches always create new files under
3030`$GIT_DIR/refs` hierarchy.
3131
3232A recommended practice to deal with a repository with too many
@@ -35,7 +35,7 @@ occasionally run `git pack-refs \--prune`. Tags are by
3535definition stationary and are not expected to change. Branch
3636heads will be packed with the initial `pack-refs --all`, but
3737only the currently active branch heads will become unpacked,
38- and next `pack-refs` (without `--all`) will leave them
38+ and the next `pack-refs` (without `--all`) will leave them
3939unpacked.
4040
4141
You can’t perform that action at this time.
0 commit comments