🌈 搜索
📅  最后修改于: 2022-03-11 14:50:32.252000             🧑  作者: Mango
gitInstall() { git clone "$1" && cd "$(basename "$1" .git)" }