Git/pull

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Revision as of 21:44, 9 December 2014 by Woozle (talk | contribs) (Created page with "'''Action''': incorporates changes from a remote repository into the current branch In its default mode, git pull is shorthand for git fetch followed by [[../merge|git merge]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Action: incorporates changes from a remote repository into the current branch

In its default mode, git pull is shorthand for git fetch followed by git merge FETCH_HEAD.

Links

Documentation