From a2bf5babd69eb6f57c822f2a042b0f02682da931 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 3 Apr 2018 22:48:26 +0100 Subject: [PATCH] etc/profile.d/git.sh --- etc/profile.d/git.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index 41b29bbb..a7c8cb90 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -80,10 +80,6 @@ git_commit_push() { git commit -a -m "$*"; git push } -git_commit_push_add() { - git add . && git_commit_push "$*" -} - git_create() { shell_help "Usage: $FUNCNAME create git project from current dir" "$@" && return 1 -- 2.47.3