We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b07727 commit b6e2f17Copy full SHA for b6e2f17
git-flush
@@ -5,6 +5,8 @@
5
# be bloating your pack files.
6
7
rm -fr .git/refs/original
8
+rm -fr .git/refs/snapshots
9
+
10
if [ -f .git/info/refs ]; then
11
perl -i -ne 'print unless /refs\/original/;' .git/info/refs
12
fi
0 commit comments