/
GIT Pull

GIT Pull

Git pull is a way to update the branch you are working with changes other team members will have committed to the main repository which is different from what you have locally.

git pull

When you do this you might be required to write a comment on a merge. By default GIT will invoke the “vi” visual editor.

Read about how to edit and save a message in vi if this happens to you.

Here’s an example of invoking git pull:

 

Related content

Git Push
Git Push
More like this
GIT Commit
GIT Commit
More like this
Basic workflow of git for day to day use
Basic workflow of git for day to day use
More like this
GIT branch
GIT branch
More like this
GIT is a distributed networked application
GIT is a distributed networked application
More like this
Merge conflict
Merge conflict
More like this