From dbbbca76ed9519cc3686b0de5f61b2cb5d5ef1f7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 17 Apr 2015 12:00:37 +0900 Subject: [PATCH] update host for remotegit Signed-off-by: Nico Schottelius --- myremotegit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/myremotegit b/myremotegit index b85f516..f762790 100755 --- a/myremotegit +++ b/myremotegit @@ -1,6 +1,6 @@ #!/bin/sh # -# 2011 Nico Schottelius (nico-nsbin at schottelius.org) +# 2011-2015 Nico Schottelius (nico-nsbin at schottelius.org) # # This file is part of nsbin. # @@ -21,8 +21,8 @@ # Create remote git repo and add origin remote locally # -host=git.schottelius.org -dir="/home/services/git" +host=nico-data.schottelius.org +dir=/home/nico/git-bare if [ $# -lt 2 ]; then echo "$0 name description [remotename]"