projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e92d9d
)
adds pushing of dev branch
author
Chris Koeritz
<fred@gruntose.com>
Tue, 16 Oct 2018 01:03:19 +0000
(
01:03
+0000)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 16 Oct 2018 01:03:19 +0000
(
01:03
+0000)
this makes my changes show up a lot more frequently at the downstream
repos, since we used to only be synching the master branch.
scripts/rev_control/push_repo_downstream.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/push_repo_downstream.sh
b/scripts/rev_control/push_repo_downstream.sh
index 50f8d80aa63f532851dc241ba241073c4e74753c..f12fc74080918d53cf90175c7cdcbf38fc9fe010 100644
(file)
--- a/
scripts/rev_control/push_repo_downstream.sh
+++ b/
scripts/rev_control/push_repo_downstream.sh
@@
-62,6
+62,10
@@
exit_on_error "running the git pull downstream master"
git push --tags downstream master
exit_on_error "running the git push downstream master"
+# do our dev branch also.
+git push --tags downstream dev
+continue_on_error "running the git push downstream dev: is there a dev branch?"
+
popd &>/dev/null
restore_terminal_title