From 84ce09954f1864257bcefecdeb111099b1bcdf84 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 4 Jul 2014 21:16:50 +0530 Subject: src/gitb-init.sh: changed git_dir variable. --- src/gitb-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitb-init.sh b/src/gitb-init.sh index 7df08ac..ec4dab8 100755 --- a/src/gitb-init.sh +++ b/src/gitb-init.sh @@ -9,7 +9,7 @@ repo_name=$1 -git_dir="$HOME/git" # default location. change it if you want. +git_dir="git" # default location relative to remote $HOME. change it if you want. ssh_login="user@servername.tld" # default ssh_login. you must change this. if [ -n "$2" ]; then -- cgit v1.2.3