File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Subsequent updates to branches always create new files under
33
33
`$GIT_DIR/refs` directory hierarchy.
34
34
35
35
A 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
38
38
definition stationary and are not expected to change. Branch
39
39
heads will be packed with the initial `pack-refs --all`, but
40
40
only 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
59
59
`.git/objects/info/alternates`:
60
60
61
61
------------
62
- $ git prune $(cd ../another && $( git rev-parse --all) )
62
+ $ git prune $(cd ../another && git rev-parse --all)
63
63
------------
64
64
65
65
Notes
You can’t perform that action at this time.
0 commit comments