This commit is contained in:
wuqi 2024-10-11 09:33:50 +08:00
parent 6300a470c9
commit 55678448cd

View File

@ -139,3 +139,7 @@ function gitarchive() {
second=`git log -2 --pretty=oneline | cut -d ' ' -f 1 | tail -n 1`
git archive -o $1 $first $(git diff --name-only $second $first)
}
function installyarn() {
npm install --global yarn
}