Added command to clean up the .git folder, which can get very large after awhile.

This commit is contained in:
Donne Martin 2015-08-11 21:38:22 -04:00
parent 3f7beddabc
commit 2902438c43

View File

@ -267,6 +267,9 @@
"# commit log message are all there at the top of the patch.\n",
"!git format-patch origin/master\n",
"\n",
"# Clean up .git folder:\n",
"!git repack -a -d --depth=250 --window=250\n",
"\n",
"# GitHub tutorial:\n",
"http://try.github.io/levels/1/challenges/9\n",
"\n",