X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Frev_control%2Fpush_repo_downstream.sh;h=f12fc74080918d53cf90175c7cdcbf38fc9fe010;hb=7ad1d1e472fb533049e6e1c8c7963e8180d8815b;hp=50f8d80aa63f532851dc241ba241073c4e74753c;hpb=6d75b43bb2eb13a67e8a444bf6c07807435e2aa7;p=feisty_meow.git diff --git a/scripts/rev_control/push_repo_downstream.sh b/scripts/rev_control/push_repo_downstream.sh index 50f8d80a..f12fc740 100644 --- 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