Como fazer um CD automático no Git Repo
gitInstall() {
git clone "$1" && cd "$(basename "$1" .git)"
}
AttractivePenguin
gitInstall() {
git clone "$1" && cd "$(basename "$1" .git)"
}