cd $proj
git remote set-url --add --push origin git@github.com:cecse/$proj.git
git remote set-url --add --push origin git@owens.tech:cecse/$proj.git
- cd ../test-$proj
- git remote set-url --add --push origin git@github.com:cecse/$proj.git
- git remote set-url --add --push origin git@owens.tech:cecse/$proj.git
- cd ..
+ cd test-$proj
+ git remote set-url --add --push origin git@github.com:cecse/test-$proj.git
+ git remote set-url --add --push origin git@owens.tech:cecse/test-$proj.git
fi
(tmux has-session -t $proj)