]> git.nbdom.net Git - nb.git/commitdiff
etc/profile.d/git.sh
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 3 Apr 2018 21:48:26 +0000 (22:48 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 3 Apr 2018 21:48:26 +0000 (22:48 +0100)
etc/profile.d/git.sh

index 41b29bbb951d2849c3d864fba8356ad942706e21..a7c8cb90707dbc1b8885db5beaf47ed236714420 100644 (file)
@@ -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