X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fpush_repo_downstream.sh;h=f12fc74080918d53cf90175c7cdcbf38fc9fe010;hb=ea31dec826a360f97729000c351ea7e3e7aa9877;hp=50f8d80aa63f532851dc241ba241073c4e74753c;hpb=79562d8c24ba1d79fb91ab22ca0d534bc77efac0;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