From 2f951f06afa30638d668ee8c31f791cfd9e731b6 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 12 Jan 2018 05:20:41 +0000 Subject: [PATCH] etc/profile.d/git.sh --- etc/profile.d/git.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 <