git/lfs/\343\203\254\343\203\235\343\202\270\343\203\210\343\203\252\343\202\265\343\202\244\343\202\272\343\202\222\345\260\217\343\201\225\343\201\217\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,10 @@
1
+参考: [GitLFSのLFSオブジェクトを圧縮する](https://qiita.com/shive428/items/8a799f50552e8185f56f)
2
+
3
+1. `git config -e`
4
+2. 以下を追記
5
+
6
+```
7
+[lfs "extension.compress"]
8
+ smudge = unpigz -c -p 40
9
+ clean = pigz -c -p 40
10
+```
... ...
\ No newline at end of file