From: Nicolas Boisselier Date: Tue, 3 Apr 2018 21:48:26 +0000 (+0100) Subject: etc/profile.d/git.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=a2bf5babd69eb6f57c822f2a042b0f02682da931;p=nb.git etc/profile.d/git.sh --- 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