METRON-1633 Incorrect instructions when merging PR into feature branch (nickwallen) closes apache/metron#1074
Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/b575da15 Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/b575da15 Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/b575da15 Branch: refs/heads/feature/METRON-1554-pcap-query-panel Commit: b575da15c0ed6802c4e789e930e65059b9703355 Parents: 6a325cb Author: nickwallen <[email protected]> Authored: Thu Jun 21 16:56:27 2018 -0400 Committer: nickallen <[email protected]> Committed: Thu Jun 21 16:56:27 2018 -0400 ---------------------------------------------------------------------- dev-utilities/committer-utils/prepare-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/b575da15/dev-utilities/committer-utils/prepare-commit ---------------------------------------------------------------------- diff --git a/dev-utilities/committer-utils/prepare-commit b/dev-utilities/committer-utils/prepare-commit index ae8d7ab..db15aaa 100755 --- a/dev-utilities/committer-utils/prepare-commit +++ b/dev-utilities/committer-utils/prepare-commit @@ -253,5 +253,5 @@ fi echo "" echo "Review commit carefully then run..." echo " cd $WORK" -echo " git push upstream master" +echo " git push upstream $BASE_BRANCH" echo ""
