Files
git/Documentation
Jacob Keller 7326451bed reset: add an example of how to split a commit into two
It is often useful to break a commit into multiple parts that are more
logical separations. This can be tricky to learn how to do without the
brute-force method if re-writing code or commit messages from scratch.

Add a section to the git-reset documentation which shows an example
process for how to use git add -p and git commit -c HEAD@{1} to
interactively break a commit apart and re-use the original commit
message as a starting point when making the new commit message.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-02-03 22:31:47 -08:00
..
2017-02-03 11:29:52 -08:00
2017-01-18 15:12:12 -08:00
2016-12-19 14:45:35 -08:00
2017-01-17 15:20:16 -08:00
2016-12-09 15:14:01 -08:00
2017-01-18 15:12:18 -08:00
2017-02-02 13:36:57 -08:00