# # Clone and cd # # Authors: # Daniel Carrillo # # function git-clonecd { local url=$1 git clone $url && cd "$(basename "$_" .git)" # }