From: Nicolas Boisselier Date: Fri, 12 Jan 2018 05:20:41 +0000 (+0000) Subject: etc/profile.d/git.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2f951f06afa30638d668ee8c31f791cfd9e731b6;p=nb.git etc/profile.d/git.sh --- diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index a289f78c..0f45b187 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -242,11 +242,15 @@ echo -e $output | column -t -s ', ' ) } -git_clean_repo() { +git_clone_and_clean() { local usage="git_clean_repo REPO" local repo=${1:-?$usage} - cat <