.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-RESOLVE" 1 "" "" "" .SH NAME git-resolve \- Merge two commits .SH "SYNOPSIS" git\-resolve .SH "DESCRIPTION" Given two commits and a merge message, merge the commit into commit, with the commit log message \&. When is a descendant of , or is an ancestor of , no new commit is created and the is ignored\&. The former is informally called "already up to date", and the latter is often called "fast forward"\&. .SH "AUTHOR" Written by Linus Torvalds and Dan Holmsand \&. .SH "DOCUMENTATION" Documentation by David Greaves, Junio C Hamano and the git\-list \&. .SH "GIT" Part of the \fBgit\fR(7) suite