Down for Maintenance from December 01, 2025 Monday 9:30pm PST to December 02, 2025 Tuesday 3:30am PST (i.e., 05:30am -11:30am GMT, December 02, 2025 Tuesday)
- Loading...
...
git-backport will always use the commit message "Backport <HASH>" for the new commit to make it easier to create a "backport pull request" (for example via git-pr-create).
git-backport [options] -from <REMOTE-REPO> <HASH>git backport --from https://github.com/openjdk/jdk9 8f73a84a15dacfa2cfa6caac3c2a7f1edad0b00f
git-backport [options] <HASH>
-u, --username NAME Username on host
--from REPO Repository to backport from
--verbose Turn on verbose output
--debug Turn on debugging output
--version Print the version of this tool
-h, --help Show this help text
See GitBackport.java.