&dhemail;
&dhfirstname; &dhsurname;
gbp-push &dhsection; gbp-push Push &debian; packaging changes to a &git; remote &gbp-push; &man.common.options.synopsis; branch_name branch_name tag-format tag-format repository DESCRIPTION &gbp-push; pushes your local changes to a remote repository. It is best run after uploading a &debian; package to the archive to update you &debian-branch;, &upstream-branch;, &pristine-tar; branch and corresponding tags. It will in order Verify that it is being executed from the &debian-branch;. Determine the debian tag from debian/changelog and add it the list of things to push if the changelog does not indicate an unreleased package. Determine the upstream tag from debian/changelog and add it to the list of things to push if it's not a native package. Determine if the tags correspond to the branch tips of the corresponding upstream and debian branches. If so, these branches will be added to the list of things to push. If not the changes will only be pushed up to the commit that is referenced by the corresponding tag. Determine if the pristine-tar branch needs to be pushed and if so adds it to the list of things to push. Finally, if not in dry-run mode, pushes the above changes to the remote side. If a remote is given on the command line the changes are pushed to the given remote repository. By default it will push to the current branchs remote and fall back to origin. OPTIONS &man.common.options.description; Don't fail if the &debian-branch; does not match the currently checked out branach and push the current branch instead. =branch_name The branch in the Git repository the Debian package is being developed on. If set to the empty value the branch will not be pushed. TAG-FORMAT Use this tag format when looking for tags corresponding to a &debian; version. Default is debian/%(version)s. If set to the empty value the tag will not be pushed. =branch_name The branch in the &git; repository the upstream sources are put onto. If set to the empty value the branch will not be pushed. TAG-FORMAT Use this tag format when looking for tags of upstream versions. Default is upstream/%(version)s. If set to the empty value the tag will not be pushed. Whether to update the pristine-tar branch too. Pass the to &gitcmd; . So don't push anything, only check if things are pushable. &man.gbp.config-files; SEE ALSO , , , AUTHOR &dhusername; &dhemail;