常用命令
2020-09-04 本文已影响0人
liusha_zm
图片切割
convert src.jpeg -crop 1480x2294 dest.jpeg
git init
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/liushazm/question-bank-server.git
git push -u origin master