mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Added command to clean up the .git folder, which can get very large after awhile.
This commit is contained in:
parent
3f7beddabc
commit
2902438c43
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user