Difference between revisions of "Git/pull"
< Git
		
		
		
		Jump to navigation
		Jump to search
		|  (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]...") | 
| (No difference) | 
Revision as of 21:44, 9 December 2014
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.