From ac654c618f083f098ecc67124117ba75aebebb0b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 1 May 2022 00:09:03 +0300 Subject: [PATCH] Small fix. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index bf9ec43..dd43ea5 100644 --- a/.bashrc +++ b/.bashrc @@ -255,7 +255,7 @@ new_experiment () { git clone git@git.shore.co.il:nimrod/experiments.git "$repo" fi # shellcheck disable=SC2164 - cd "$HOME/Repositories/Shore/experiments" + cd "$repo" git checkout master git checkout -b "$name/master" } -- GitLab