summaryrefslogtreecommitdiffstats
path: root/src/gitb-init.sh
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2014-07-04 21:19:38 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2014-07-04 21:19:38 +0530
commit8a70ed9f7faeef45a994bdabe5808146f743b5b9 (patch)
tree0d673f4f472136066a1f35c265e4c24744c4d18a /src/gitb-init.sh
parenta79dd31757da9ce204e9e75d3bba97cdfe713caa (diff)
parent84ce09954f1864257bcefecdeb111099b1bcdf84 (diff)
Merge branch 'master' into rsd
src/gitb-init.sh: changed git_dir variable.
Diffstat (limited to 'src/gitb-init.sh')
-rwxr-xr-xsrc/gitb-init.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gitb-init.sh b/src/gitb-init.sh
index af78f54..4c71264 100755
--- a/src/gitb-init.sh
+++ b/src/gitb-init.sh
@@ -9,9 +9,10 @@
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="rsiddharth@ninthfloor.org" # default ssh_login. you must change this.
+
if [ -n "$2" ]; then
git_dir=$2
fi