From 3854645f5fac8c1839f3ce3fba9ffb5e4b4aa900 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Fri, 2 Mar 2018 16:21:58 +0530
Subject: [PATCH] master branch.

---
 scripts/pull_subtree.sh | 6 +++---
 scripts/push_subtree.sh | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/pull_subtree.sh b/scripts/pull_subtree.sh
index 0cec415d..4836384b 100755
--- a/scripts/pull_subtree.sh
+++ b/scripts/pull_subtree.sh
@@ -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."
diff --git a/scripts/push_subtree.sh b/scripts/push_subtree.sh
index c238f16c..3c1dd687 100755
--- a/scripts/push_subtree.sh
+++ b/scripts/push_subtree.sh
@@ -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."
-- 
GitLab