From eb5f61a7c17b7c3f2fc3b7945ab1b520c3c78f5e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Nov 2014 22:16:22 +0100 Subject: [PATCH] git-clone-nbdom --- etc/bashrc.function | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/bashrc.function b/etc/bashrc.function index da9a493e..b3f9395a 100644 --- a/etc/bashrc.function +++ b/etc/bashrc.function @@ -24,6 +24,10 @@ case "$OSTYPE" in darwin*) esac +git-clone-nbdom() { + git clone git@git.nbdom.net:$@ +} + git-commit-push() { git add . git commit -m "$@" -a -- 2.47.3