]> git.ipfire.org Git - thirdparty/git.git/commit
doc: git-rebase: move --onto explanation down
authorJulia Evans <julia@jvns.ca>
Sat, 9 Aug 2025 01:14:16 +0000 (01:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:26:13 +0000 (17:26 -0700)
commitb0fcdf8a391abff73ea4945836cd5c596f5852c1
treefbe2d48553f0f748be5beaf004ce02a00d103af2
parent03177484494a46ba29d9907598256ab206dd4e25
doc: git-rebase: move --onto explanation down

There's a very clear explanation with examples of using --onto which is
currently buried in the very long DESCRIPTION section. This moves it to
its own section, so that we can reference the explanation from the
`--onto` option by name.

Signed-off-by: Julia Evans <julia@jvns.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.adoc