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: