File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Subsequent updates to branches always create new files under
3333`$GIT_DIR/refs` directory hierarchy.
3434
3535A recommended practice to deal with a repository with too many
36- refs is to pack its refs with `--all --prune ` once, and
37- occasionally run `git pack-refs --prune `. Tags are by
36+ refs is to pack its refs with `--all` once, and
37+ occasionally run `git pack-refs`. Tags are by
3838definition stationary and are not expected to change. Branch
3939heads will be packed with the initial `pack-refs --all`, but
4040only the currently active branch heads will become unpacked,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ borrows from your repository via its
5959`.git/objects/info/alternates`:
6060
6161------------
62- $ git prune $(cd ../another && $( git rev-parse --all) )
62+ $ git prune $(cd ../another && git rev-parse --all)
6363------------
6464
6565Notes
You can’t perform that action at this time.
0 commit comments