GIT.HLB  —  GIT  MERGE
 	Incorporates changes from the named commits
 	(since the time their histories diverged from the current branch)
 	into the current branch. This command is used by git pull to
 	incorporate changes from another repository and can be
 	used by hand to merge changes from one branch into another.

 	Command Syntax:

 		git merge [-n] [--stat] [--no-commit] [--squash] [--[no-]edit]
 			[--no-verify] [-s <strategy>] [-X <strategy-option>] [-S[<keyid>]]
 			[--[no-]allow-unrelated-histories]
 			[--[no-]rerere-autoupdate] [-m <msg>] [-F <file>]
 			[--into-name <branch>] [<commit>…​]
 		git merge (--continue | --abort | --quit)
Close Help