forked from Skynet/wiki
5 lines
85 B
Text
5 lines
85 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
tar czf _git.tar.gz --exclude .git/lfs .git
|
||
|
git add _git.tar.gz
|