git merge-file
git-merge-file
Name
git-merge-file - Run a three-way file merge
Synopsis
git merge-file [-L <current-name> [-L <base-name> [-L <other-name>]]] [--ours|--theirs|--union] [-p|--stdout] [-q|--quiet] [--marker-size=<n>] [--[no-]diff3] <current-file> <base-file> <other-file>
Description
git merge-file
incorporates all changes that lead from the <base-file>
to <other-file>
into <current-file>
. The result ordinarily goes into <current-file>
. git merge-file
is useful for combining separate changes to an original. Suppose <base-file>
is the original, and both