Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git pull from master why

Use git pull to update a local repository from the corresponding remote repository. Ex: While working locally on master , execute git pull to update the local copy of master and update the other remote tracking branches. (More information on remote tracking branches in the next section.)
 
PREVIOUS NEXT
Tagged: #git #pull #master
ADD COMMENT
Topic
Name
7+8 =