Skip to content
Snippets Groups Projects
Commit 3854645f authored by Dilawar Singh's avatar Dilawar Singh
Browse files

master branch.

parent 4643c665
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,11 @@ set -x
if [[ `pwd` == *"/moose" ]]; then
git subtree pull --prefix moose-core \
https://github.com/BhallaLab/moose-core chennapoda --squash
https://github.com/BhallaLab/moose-core master --squash
git subtree pull --prefix moose-examples \
https://github.com/BhallaLab/moose-examples chennapoda --squash
https://github.com/BhallaLab/moose-examples master --squash
git subtree pull --prefix moose-gui \
https://github.com/BhallaLab/moose-gui chennapoda --squash
https://github.com/BhallaLab/moose-gui master --squash
else
echo "Run this script from top-level git directory."
......
......@@ -24,11 +24,11 @@ set -x
if [[ `pwd` == *"/moose" ]]; then
git subtree push --prefix moose-core \
https://github.com/BhallaLab/moose-core chennapoda --squash
https://github.com/BhallaLab/moose-core master --squash
git subtree push --prefix moose-examples \
https://github.com/BhallaLab/moose-examples chennapoda --squash
https://github.com/BhallaLab/moose-examples master --squash
git subtree push --prefix moose-gui \
https://github.com/BhallaLab/moose-gui chennapoda --squash
https://github.com/BhallaLab/moose-gui master --squash
else
echo "Run this script from top-level git directory."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment