Git/merge

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Revision as of 13:59, 9 March 2015 by Woozle (talk | contribs) (Created page with "'''Action''': join two or more development histories together "Incorporates changes from the named {{l/same|commit}}s (since the time their histories diverged from the curre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Action: join two or more development histories together

"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."

Links

Documentation